Old 10th October 2002, 04:01   #1
NMB2204
Junior Member
 
Join Date: Jan 2002
Posts: 5
Media on Launch.com ?????

You know how all the media on that site and some others are played through an internal player? (example... http://launch.yahoo.com/musicvideos/...omo/faith1.xml)

Is there any way to get rid of all that crap on the side, and trace the direct link to a video through there to save it? How would I do that? Please help!!
NMB2204 is offline   Reply With Quote
Old 10th October 2002, 04:08   #2
Atmo
The Freak
(Forum King)
 
Atmo's Avatar
 
Join Date: Feb 2002
Location: Australia
Posts: 9,400
Not sure...Perhaps if the link worked....
Atmo is offline   Reply With Quote
Old 10th October 2002, 04:11   #3
rm'
Banned
 
rm''s Avatar
 
Join Date: Jul 2000
Posts: 11,361
Opening up the XML file, you get this:
code:

<!--//--><script>PrxModAtr=1;</script>
<!--//--><script> function NoError(){return(true);} onerror=NoError; </script>
<!--//--><script> function moveTo(){return true;}function resizeTo(){return true;}</script>
<!--//--><script> function status(txt){return(1);} </script>
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">
<script language="Javascript" src="http://a1568.g.akamai.net/7/1568/1600/20020517170849/launch.yahoo.com/common/js_includes/common_playvideos.js"></script></head>
<body><script language="JavaScript">

playLAUNCHVideo('', '', '', 'promo/faith1.xml');

window.top.location.replace('/musicvideos/');

</script></body>
</html>
<!--//--><script>if(document.layers){document.captureEvents(Event.MOUSEUP);}document.onmouseup=PrxOMUp;</script>



The javascript file is this:
code:
function pv_isBlank(thisVal) {
return (thisVal == null || thisVal == 'undefined' || thisVal == '');
}

function playVideos(videoID, playlistMode, playlistModifier, bandwidth) {
playLAUNCHVideo(videoID, bandwidth);
}

function playMyVideos() {
playLAUNCHVideo('', '', '', 'p/m.xml');
}

function playLAUNCHVideoShow(showPath, bWidth, vo) {
playLAUNCHVideo('', bWidth, vo, showPath);
}

function playLAUNCHVideo(videoID, bandwidth, vo, showPath) {

var windowName = (self.name == '') ? 'LaunchVideoTarget' : self.name;
self.name = windowName;

var params = "?videoID=" + videoID + "&targetWindow=" + windowName + '&referer=' + escape(new String(window.location));
if ( !isNaN( parseInt(bandwidth) ) ) params += '&bandwidth=' + bandwidth;
if ( !pv_isBlank(vo) ) params += '&vo=' + vo;
if ( !pv_isBlank(showPath) ) params += '&show=' + escape(showPath);

videoWin = window.open("http://" + window.location.hostname + "/musicvideos/player/playvideo.asp" + params, 'videoPlayerWindow', 'WIDTH=675,HEIGHT=425');
}



Maybe someone can reconstruct a URL from there... I know I sure as Hell can't.
rm' is offline   Reply With Quote
Old 10th October 2002, 04:16   #4
ctn|chrisw
Forum King
 
ctn|chrisw's Avatar
 
Join Date: Mar 2002
Location: Hell
Posts: 3,309
You cant because it generates a new page for each song


ctn|chrisw is offline   Reply With Quote
Old 10th October 2002, 21:28   #5
NMB2204
Junior Member
 
Join Date: Jan 2002
Posts: 5
Re:

That's strange, the link works fine for me.
NMB2204 is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Community Center > General Discussions

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump