I use Firefox and the Video DownloadHelper plugin to download videos from YouTube, etc.
How do these plugins and sites automatically obtain download links for these videos?
|
I use Firefox and the Video DownloadHelper plugin to download videos from YouTube, etc. How do these plugins and sites automatically obtain download links for these videos? | ||||
|
feedback
|
|
There are at least two ways to accomplish this:
| |||||||||||
feedback
|
|
YouTube has a unique URL for each video. Some sites offer an online script that converts YouTube videos into MP4 or similar video file extension. That script usually downloads the video to their FFMPEG server and then converts it into MP4 or any other supported format and lets you download that streaming video. | |||||||||||
feedback
|
|
There is a tool called youtube-dl that does this by extracting all the necessary information about the video file and its location, and then downloading it (either via RTMPDump or directly) according to the user's specification (many YouTube videos are available in multiple formats). Python source is available and should run on Linux, Windows, and Mac OS X (provided the Python interpreter is installed). I would think this is how most of the downloaders work. | ||||
|
feedback
|