There are a lot of ways to download content from a video sharing sites. Most folks rely on applications to download videos. Applications are really unsuitable for 3 reasons
- Mostly they are specific to one or two sites
- In some cases they are shareware
- They have hardcoded techniques for url retrieval which outdate easily.
A slightly better technique for downloading is relying on sites to decode the url for you. This removes the latter 2 limitations of applications. For most of you who have come here Ripzor will suffice . However the top limitation still remains if you are looking for a site not listed in ripzor.com. Also some times the url retrieval technique changes and sites do not update their scripts. I will give you the method to retrieve URLs in an easy manner using every day tools.
Tools required
- Firefox
- Firebug(or any other debugging tool)
- [Optional] Downloader ( like flashget or Downthemall)
Dont get scared from the word debugger. This technique is mostly a misuse of the word debugging
. Now after you have installed the above “tools” . Lets start
Step 1: Select a video downloading site like youtube.com/dailymotion.com and pick a video. For further screenshots I have picked up this youtube video and this dailymotion video. The same techniques will work on any video site.
Step2: Now open video in Firefox and enable firebug debugging tool from Tools ->Firebug-> Open Firebug in a new window

Open Firebug in Firefox
Step3: Click on the youtube tab and click on Activate Firebug for the firefox tab button in the firebug window

Activate Firebug for Firefox tab
Step 4: Select the Net tab among Console/HTML/ CSS/Script/DOM and Net on the top . Then select the Flash tab. This tab will give you all the web requests that a .swf file will make. Most sites use flash players for playing the video so this tab will work. If the following steps dont work then select the All tab for seeing all requests

Tabs to be used are net and flash
Step5. Play the video you will get a screen like this in firebug. Now look for requests that look like video requests. For ex. those ending with .flv, .mp4 or in youtube’s case get_video. Right click on that link and select Copy Location. If there is no such link then you need to go back to step3 and select All tab instead of flash.

Copy link location
Step6. Use your downloader to download that video or paste that link in firefox itself to use it for downloading the video. In some cases you will have to close the video site tab to download this video as only one streaming might be allowed.
So now you can download any video from any video sharing site as long as the video is not encrypted with the player. Let me know what all sites you tried below.





Posted by » Download videos from any sharing site(Youtube, Dailymotion … Wordpress Plugins: Just another WordPress weblog on July 13, 2009 at 6:14 am
[...] Read the original here: Download videos from any sharing site(Youtube, Dailymotion … [...]
Posted by Streamer on July 13, 2009 at 12:00 pm
nice addon but its not working on all sites can it be that some sites are secured?
Posted by Mayur Rustagi on July 13, 2009 at 1:38 pm
hmm.. which site did it not work on can you state an example..
Posted by thomas on August 13, 2009 at 2:21 pm
here is the site for download video all the most popular above websites. download as 3gp for mobile, mp4 for iphone, ipod, psp
http://1.svishop.com
i ve found it
Posted by Online Bideo bat jeitsi « irakasle ibiltaria on September 21, 2009 at 3:59 pm
[...] firebug add-onsa erabiliz, bideoaren url-a lortu eta ondoren bideo fitxategia jeitsi. pausoak hemendik irakurrita: Categories: Uncategorized Comments (0) Trackbacks (0) Leave a comment [...]
Posted by chillu on November 20, 2009 at 12:20 pm
Err… Just a
$ cp /tmp/Flash* ~/
will do
Firefox caches all the videos it downloads as /tmp/Flash if you’re on GNU/Linux.