I just wrote an article which talk about Quick Download Youtube Video two days ago, today I like to tell you another trick that allows you download Youtube video directly. Actually, it is very simple, only uses a javascript code without any software and webtool.
First one is for regular quality video (RQ) on Youtube.
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'];
Second is for high quality video (HQ) on Youtube.
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'];
Last one is for high definition video (HD) on Youtube.
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'];
How to use them? After you load a video on Youtube, copy one javascript code into address bar, after hit "Enter" keyboard it will quickly download video. Tips: if original video only play regular quality you must use number one javascript code. HD javascript code only for video that supports high definition. I also put this javascript code into bookmark bar, just click it while I load a video on Youtube, it automatically download video at once.
中文读者请点击中文版 - 生活在网络中。
Direct Download Youtube Video
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment