Apparently everyone knows how to download FLV videos from web addresses which use the Youtube syntax:
Using the bookmark feature:
- Right click on the bookmarks bar of Google Chrome.
- Type the name to what ever you want (eg. Download YouTube).
- Use the following code as the URL:
copyraw
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id']+ "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&fmt_map' + swfArgs['fmt_map'] + '&t=' + swfArgs['t'];
- javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id']+ "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&fmt_map' + swfArgs['fmt_map'] + '&t=' + swfArgs['t'];
- Go to the YouTube website and to the page of the video.
- Click on your bookmark and Google should say it's downloading the FLV file
Using the bookmark feature and convert to MP4:
- Right click on the bookmarks bar of Google Chrome.
- Type the name to what ever you want (eg. Download YouTube).
- Use the following code as the URL:
copyraw
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id']+ "&fmt=18" + "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&fmt_map' + swfArgs['fmt_map'] + '&t=' + swfArgs['t'];
- javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id']+ "&fmt=18" + "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&fmt_map' + swfArgs['fmt_map'] + '&t=' + swfArgs['t'];
- Go to the YouTube website and to the page of the video.
- Click on your bookmark and Google should say it's downloading the MP4 file
Software-wise personally I use:
all of which are free to download and use.