I am trying to download videos from Myspace. It looks like they changed the way the videos are streamed and now none of the already given methods seems to work.
Someone on Yahoo Answers asked a question about downloading Myspace videos and sent me this video link:
Code:
http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=104065667
When I run URL Snooper to get the streaming URL the most promising one is the one from the GET FlashMedia Protocol:
Code:
http://lads.myspace.com/videos/c.swf?SkinID=5000&t=1&mute=0&ptype=100&el=http%3a%2f%2fvids.myspace.com%2findex.cfm%3ffuseaction%3dvids.individual%26videoid%3d104065667&on=2&sr=1&ap=true&primaryColor=&secondaryColor=&m=104065667&mt=video&uid=-1&cc=de-CH&hw=1&searchID=0&dc=&mc=400&g=M&ar=0&pg=21003206&dnau=false&dnap=0&dnaBitrate=384000&dnaBuffer=5&rwUse=false&skin=http://lads.myspacecdn.com/videos/default.xml&hb=true&adp=1&ln=&lh=&lf=&mn=&mh=&mf=&hn=&hh=&hf=&sfs=1&preTag=sz=1x200;&midTag=sz=1x204;&postTag=sz=1x203;&tickTag=sz=1x202;&illum=true&trackingID=28672899&ssprod=true&audcode=&ht=true&clickTag=&logerr=fal
If I click further forward or backward into the video I get lots of results for the GET php file (relative) Protocol, for example:
Code:
http://ve.tscapeplay.com/msve.php?dsv=1&dsid=501&b=ZXZ0PTU1MiZldmFsdT0wJmN0PTEyNzMwNjMwODgxMjUmbXBndWlkPWJmMTEzOTNiLWRjN2ItNDFlOS1hNzMzLTNjNTQ0NWYzNGYzOSZwaWQ9OTA0NTUxMzYzNzMzOTE5NTQ3NSZ1c2VpZD0xJmNpZD0xMDUwMzIzNzcmcGxpZD0wJnNlcT0xNg%3D%3D
Ideally I would like to find a method to find the exact streaming URL behind all those php results and download the video with a download manager, i.e. copy and paste the URL into the browser and save it.
If that does not work I am also happy if anyone can find a method with a stream recorder, preferably freeware but can also be commercial software.
If you think you have a solution please do try it out before you post it as I have tried many various way with stream recorders and without and so far have not managed.
Thanks for any help towards this.