UnrealMedia
Sep 20 2008, 06:43 AM
How would I go about making a youtube downloader?
Im not sure what to do to edit the URL of a submitted youtube video in order to download it.
Please help. Thank you
N4Z.
Sep 20 2008, 07:49 AM
My bad lol.
Can you be more specific, an example perhaps?
UnrealMedia
Sep 20 2008, 07:53 AM
Doesn't matter lol

There must be thousands of Youtube downloaders out there. This one is probably best...
http://clipnabber.com/
Hayden
Oct 18 2009, 03:56 PM
A quick, fast answer would require knowledge of the YouTube API.
The Youtube videos themselves are just flash media, so if you can find the direct link to that then you can pull the data into a file.
I followed steps somewhere after googling for something (interesting, the spell check knew what "googling" was) how to find the SWF file by just using Safari.
Arctic Fire
Oct 25 2009, 10:00 PM
The YouTube API doesn't allow for downloading the videos in their regular format. I believe it will give you the link to the mobile (3pg) version, but not the .flv or .mp4 versions. To get a download link for those, you need to do a bit of page scraping. (looking for things in the html source code of the page)
I could write a tutorial for making one in PHP if you would still like one. (assuming I can find some time)