Forum Moderators: coopster
I'm working on a web application that extracts the real url for movies on youtube, google video. So, I ask you if you can give me some hints for
finding resources on this topic, I've tried google search, but no succes. If you can, please point me up some forums on this topic, links, anything at all ...
Thanks,
Radu.
That code uses the same video id that is in the url for the movie, so there would be no need to extract the embed code programatically from the website.
Looking in the Page Source of a youtube window, I've found this link:
http://www.example.com/admp.swf?vids=SXcpNZCyQJw&eurl=/index&iurl= http%3A//img.example.com/vi/SXcpNZCyQJw/2.jpg&t=OEgsToPDskL2639TwSMOX4y84IVmdP5h
Thanks for the quick answer,
Radu.
[edited by: dreamcatcher at 2:19 pm (utc) on April 11, 2007]
[edit reason] Exemplified url, fixed side scroll. [/edit]
you can use PHP-cURL ...
there is already such an extension available for Firefox that helps you to download movies from google, youtube etc etc..
Also, make sure what you are trying to do fits within the YouTube TOS [youtube.com] and applicable laws.