I am not sure if my computer got messed up or something. But i cannot download anymore youtube videos using bookmarks anymore. Is this part of a new update or is something gone wrong.
This is a discussion on Can't download Youtube using Bookmarks anymore within the Chrome Troubleshooting section, part of the Google Chrome category: I am not sure if my computer got messed up or something. But i cannot download anymore youtube videos using ...
I am not sure if my computer got messed up or something. But i cannot download anymore youtube videos using bookmarks anymore. Is this part of a new update or is something gone wrong.
Does anyone know anything about this?
does bookmarking a youtube link downloads a video previously ?
I'm not sure what you guys mean about bookmarking a video link downloading it..? But anyway, I used a bookmarklet to get YouTube videos vis KickYouTube, which is the best downloader site I've seen. You can select the format, and even just grab the sound track as an mp3 if you want. This bookmarklet will do it;
javascript:a=location.href.replace(/www.youtube/i,"kickyoutube");location.href=a;
Or if you're using Chrome Dev, I made it into a simple extension.
November 23 '09 youtube modified the video parameters. This new code works fine.
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig("SWF_ARGS")['video_id'] + "&sk=" + yt.getConfig("SWF_ARGS")['sk'] + '&t=' + yt.getConfig("SWF_ARGS")['t'];