Download youtube videos

Thursday, October 22, 2009 at 12:25 AM
There are lot of time's where you like some youtube video which you want to save to you hard drive for off-line viewing, there are tons of software's around which you can google but I have found a simple and easy way with which you do not require any additional software for grabbing that vid!

All you need to do is to book mark the below javascript in your favourite browser and while viewing any youtube video can click on that bookmark and that's it it would download the video to your default download location.

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'];