Download YouTube Video - GreaseMonkey UserScript
Download YouTube Video - GreaseMonkey UserScript is a script that will add a link to all the videos in YouTube that will let you download the video to your Hard Disk.
Have you ever seen a cool video on YouTube that you wanted to download? A lot of people wanted to do this - unfortunately YouTube did not provide this option(none that I know of, anyway). So scripts were created that will do this for you. These scripts include...
And now...
- A GreaseMonkey Script
- A Bookmarklet
Install Script
To install, you must have the greasemonkey extension for firefox browser. If you have it, click the link and choose "Install".
Screenshot
Bookmarklet
If you are using the bookmarklet version of this script, follow these instructions to download a video...
- Go to the page with the video(Eg. Internet Help Desk)
- If you have the FlashBlocker extension, you should click on the 'f' to enable the video.
- Now run the bookmarklet - this will insert a link called 'Download this Video' below the video.
- Right click and chose 'Save Link As...'
- Make sure that the file you are saving the video to has a flv extension.

Comments
VLC Media Player
Flash Movie Player
If you are working on a Linux system, mplayer works fine for me.
You can also download YouTube Video, Google Video, Dailymotion, ifilm, Break, putFile, grouper, MySpace, That Video Site, Grinvi,...all in one page in one click. Check out this site: http://boomvid.com
Enjoy!!!
Boomvid.com
I like using ZillaTube to download youtube videos - very fast downloading. i highly recommend it. On top of that, it can play and convert those youtube videos into other good quality videos formats such as windows avi, mpg, mp3, and many more types.
Hope this will help. By the way, it's at http://www.zillatube.com
need the source? ask to mitm
Enjoy
script sources now available
free youtube video downloader script here
source code here
sample page here
mitm:
<----
cstsigma.sytes.net [mitm home]
cstsigma.sytes.net/YouTube.php [sample]
cstsigma.sytes.net/YouTube.php.txt [source]
---->
Enjoy! (*nix rulez!)
Seems Youtube changed their code a little.
I took the time to fix the script and like to share it...
---
// ==UserScript==
// @name Download Youtube Videos
// @description Adds a link to download the FLV file under every video in Youtube. Make sure that you name the video file 'something.flv'(The extension must be 'flv')
// @namespace www.openjs.com/
// @include http://youtube.com/*
// @include http://www.youtube.com/*
//by Binny V A (http://www.openjs.com/)
// ==/UserScript==
(function() {
if(document.getElementById('playerDiv') && document.getElementById('playerDiv').getElementsByTagName('embed')[0]) {
var url = document.getElementById('playerDiv').getElementsByTagName('embed')[0].getAttribute("flashvars", 0);
var query = url.split("&")[2];
var link = document.createElement('a');
link.href="http://cache.googlevideo.com/get_video?" + query;
var txt = document.createTextNode("Download this Video");
link.appendChild(txt);
document.getElementById('playerDiv').appendChild(link);
}
})();
----
It 's easy to use and very powerful.
search,download,convert,repair and play any youtube video.
www.effectmatrix.com/Youtube_video_download_tool/index.htm
I was having trouble all night trying to download with this!
www.ilikeyoutube.com/
Enjoy.
It is a free online tool so you don't have to download and install any software on your computer. On the site you can find also detailed instructions and a video-tutorial.
<span style="color: #003366"><iframe src="http://www.dojotemplates.com/youtube.php" style="border: 0px solid " border="0" height="110" width="90%"></iframe> </span>
go to www.dojotemplates.com to get the code
Try E.M. YOutube video download tool.
It works really very well!
(1)Download (flv, mp4, mov)video automatically;
(2)Convert flv video to any audio include mp3, wma,wav,ac3,mmf,amr,ogg,aac..., to any video formats include 3gp,avi,wmv, mpg,mpg4,asf,swf,h264,mov,jpg, that can be supported by PSP,iPod,iPhone,Apple TV video,iTune,mp3,mp4,Zune,Cellphone,Digital
U can download it here:
www.effectmatrix.com/Youtube_video_download_tool/index.htm
as you tube must have changed its codeing,
mp4 downloading is disabled now.
i had a great time downloading when that option was there.
download youtube videos on the fly,in any format
youtubeddl.com
dirict download from youtube server
I use www.vid2pc.com
Maybe the best - I think
and also support to download HD video from youtube...
The format of the URL coudn't be recognized!
"Better YouTube" add-on worked perfectly fine with firefox 2.5 (or 2.0 I forget) which is why I never wanted to upgrade to 3.0 because I knew compatibility would be lost. I accidentally pressed install and, this happened.
Can someone point me to a similar add-on please that actually works with the new firefox? I am now reluctant to get 3.5 fearing further fuckups. Besides is it just me or do the icons (backspace, home, stop, reload buttons) progressively become gayer and gayer? Maybe I should downgrade.
whose job is it to exterminate garbage like this?
a, strong, em, b, i, code, pre, pandbrallowed. Other tags will be shown as code(< will become <). Urls, Line breaks will be auto-formated.