here is a piece of code which allows you to download any youtube movie to MP4 format (so you can put it on your ipod/ipod touch or iphones).
What to do ?
- Create a bookmark in Chrome
- Call it "Youtubue Download to MP4"
- The location is the following (just copy and paste it)
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig("SWF_ARGS")['video_id'] + "&fmt=18" + "&sk=" + yt.getConfig("SWF_ARGS")['sk'] + '&t=' + yt.getConfig("SWF_ARGS")['t'];
The next time you go to YouTube and you find a movie you want to download, just go to that page and click on this bookmark. The download will automatically start...
Cool stuff right ?!
Seems to work with every browser (tested it with Chrome, FireFox and IE6(!!))

0 comments:
Post a Comment