Download you-tube videos easily with JavaScript




 There are many ways to download Youtube videos via some software or plugin. If you considered to be easy, how about an easier way to Download Youtube Videos?
The trick is to run a JavaScript on your browser address bar and directly download the video of your choice from Youtube!
just click on the video which you want to download and play with java script.

  • Download Regular Quality Youtube Video Direct Links

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig('SWF_ARGS')['video_id'] + "&l=" + yt.getConfig('SWF_ARGS')['l'] + "&sk=" + yt.getConfig('SWF_ARGS')['sk'] + '&t=' + yt.getConfig('SWF_ARGS')['t'];

Download High Quality Youtube Video Direct Links [HQ]

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig('SWF_ARGS')['video_id'] + "&fmt=18&l=" + yt.getConfig('SWF_ARGS')['l'] + "&sk=" + yt.getConfig('SWF_ARGS')['sk'] + '&t=' + yt.getConfig('SWF_ARGS')['t'];

Download High Definition Youtube Videos Direct Links [HD]

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig('SWF_ARGS')['video_id'] + "&fmt=22&l=" + yt.getConfig('SWF_ARGS')['l'] + "&sk=" + yt.getConfig('SWF_ARGS')['sk'] + '&t=' + yt.getConfig('SWF_ARGS')['t'];

Steps to follow:



  • Open any Youtube Video which you want to download.
  • Copy the whole script (according to Quality Needed – regular, HQ or HD) and paste it on the address bar of the browser where the video is open.
  • Now Press Enter Key and download of that Youtube video will start instantly!
That’s it! The video will be downloaded in .FLV format. You can use VLC Player to play the downloaded videos!!!


0 comments:

Post a Comment