Multiple ways to Download YouTube videos

Posted on Monday, January 4, 2010 by Krish Tags: , ,
Category: :Featured Articles, C#, Computer, Free, Programing, Tips, Website

1. Using Java Script – Open the YouTube video page, Paste the corresponding JavaScript to the address bar and press enter.

    • Regular Clarity

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

    • High Quality

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

    • High Definition

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

Read More

 

2. Using the youtubian bookmarklet

This bookmarklet will allow you to easily Download youtube videos (as flash or mpg). It works in Firefox, Chrome,Safari and Opera

Read More

 

3. User JavaScript in Opera

getVideo.js adds a small line at the bottom of your YouTube videos that allows you to download them in multiple formats

Read More here

 

4. C# open source web application

I have written a web application which will allow you to download YouTube videos. Read this post. You may need to make some changes, and dont forget to read the comments on the post.




Post Calendar

<<  February 2012  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
2728291234
567891011