|
There is a better way and very faster way to download youtube videos:
Add this code in the browser when you are on a youtube page, you will download the video in MP4
Code:
javascript:window.location.href%20=%20'http://youtube.com/get_video?video_id='%20+%20swfArgs['video_id']%20+%20"&fmt=18"%20+%20"&l="%20+%20swfArgs['l']%20+%20"&sk="%20+%20swfArgs['sk']%20+%20'&t='%20+%20swfArgs['t'];
Add this one to download the video in HQ 720p (if available):
javascript:window.location.href%20=%20'http://youtube.com/get_video?video_id='%20+%20swfArgs['video_id']%20+%20"&fmt=22"%20+%20"&l="%20+%20swfArgs['l']%20+%20"&sk="%20+%20swfArgs['sk']%20+%20'&t='%20+%20swfArgs['t'];
It yould be very nice if you could make a litle buton or link that simply add the code in the browser. More more safer, faster and simplet than going on an other page. Tanks.
|