Sunday, April 13, 2008

Download YouTube Videos as MP4 Files

Important update (Oct. 22, 2009): YouTube has changed the code and broke the script used for the bookmarklet. I updated the code, but you need to add the new version. Delete the old bookmarklet and add it again, following the instructions from the post. Like the initial version of the bookmarklet, it only generates a download link and it no longer starts the download automatically.

An interesting side-effect of YouTube's recent push for higher quality videos is that most videos can be downloaded as MP4 files directly from YouTube. Until now, you could only get FLV files from your browser's cache or using one of the many websites that let you download YouTube videos. In fact, to download the MP4 files, you need to use the same URL like for FLV files and append "&fmt=18":

http://www.youtube.com/get_video?video_id=ID&t=SIGNATURE&fmt=18

ID is the video's identification value, SIGNATURE is a value that prevents you from downloading the file just by knowing the ID. You could create this URL by looking at the source code of a YouTube page, but it's much easier to automatically generate it.

Add a bookmarklet

One way to download videos is to save the following link as a bookmarklet by dragging it to your Links bar (in Firefox, Safari) or right-clicking and adding it to your favorites (in Internet Explorer, Opera):




Watch the video below for more detailed instructions:



When you want to download a YouTube video, just click on "Get YouTube video" and the bookmarklet adds a small link below the video's description: "download as MP4". Click on that link and you'll download the video. For some videos, you'll also see the option to download the HD version.

The bookmarklet only generates a download link and it no longer starts the download automatically.


By the default, all the videos are saved as "video.mp4", "video(2).mp4" or similar names. If you want to use a different name, right-click on "download as MP4" and select "save target as" or "save link as", depending on your browser.



Install a Greasemonkey script

Clicking on the bookmarklet to get the download link may be annoying, so this Greasemonkey script is a better alternative because it adds a download link automatically.


To add the script, you need to install the Greasemonkey extension for Firefox or a similar plug-in for userscripts. Opera has built-in support for userscripts, so you only need to go to Tools > Preferences > Advanced > Content > JavaScript options, select the directory where you will put your script and copy the script to that directory.

YouTube's MP4 files have a higher resolution, stereo sound and can be played with applications like VLC, MPlayer, iTunes, QuickTime. Not all YouTube videos can be downloaded as MP4 files and the fallback format is FLV.

Note that YouTube's terms of use require you "not to access User Submissions or YouTube Content through any technology or means other than the video playback pages of the Website itself, the YouTube Embeddable Player, or other explicitly authorized means YouTube may designate," so these scripts could break YouTube's policies. The scripts only download files that are used by YouTube's player, so you may also find the videos in your browser's cache.

Update: You no longer have to right-click and select "save link as" because YouTube sends the right MIME type. Just click on the download link.

Update 2: If the video is available in HD, the script shows the download link for the HD version. Thanks, pepemosca!

Update 3 (Oct. 31, 2009):

I updated both the script and the bookmarklet. There are two changes:

1. If the HD (780p) version of a video is available, you'll see a separate link for that version.

2. The bookmarklet no longer starts the download automatically. It only adds the download links. This way, you can download either the standard version or the HD version and you can also pick a name for the file (right-click, select "save target as..." or "save link as...").

Labels: , ,

625 comments ( Post a comment )
«Oldest ‹Older 1 – 200 of 625 Newer› Newest»
This is really great news,some good videos on desktop too :).
I'm not quite sure what I did wrong, but I added the bookmarklet and regardless which video I'm on, when I click it I do not get any download link.
I should be getting mp4 or flv files either way though - providing I didn't mess anything up?
Downloadable MP4 files have been available from YouTube for a long time --just not for all videos.

For the past year, I have downloaded many MP4s from MST3K (mystery science theatre 3000) for viewing on my Palm TX and its 640x320 screen -- by clicking on the iPod link that some times appears with a video.
This is nice but I prefer using Free Download Manager (NOT SPAM!) 'cause I can set the YouTube .flv files to convert to Windows Media (my fave format) or .mp4 (my fallback format).

I'll give your suggestion a try though since FDM doesn't download certain YouTube clips.

Love the blog :-)
Didn't do a darn thing on the ones I tested it on. Perhaps they have already made changes, but no matter as plenty of good download managers around.
I tested the bookmarklet in IE7, Firefox 2, Opera 9.5 and the script in Firefox and Opera. They work pretty well for me.

It would be more helpful to mention your browser and some details about the bug.
this is great... i hate the conversion process from flv to mp4 for the old ipof... but now it's a breeze...
Well not much to tell other than browser: Firefox 2.0.0.13

when you click on "get youtube video"
nothing happens. No download link appears like in the demo.

I have download helper and it works find fwiw.
Firefox 3 beta 5 =P. I don't know if that has anything to do with it but I can't install greasemonkey
@Fletch:
Do you see any errors if you go to Tools > Error console > Errors? You might try to clear the list of errors before clicking on the bookmarklet.

@Douggie:
Disable the compatibility check. Type about:config in the address bar, add a Boolean value named extensions.checkCompatibility that should be set to "false". You might also create another Boolean value extensions.checkUpdateSecurity = "false". (via LifeHacker)
No errors here.

I just looked at properties to see what the script looked like:

javascript:void(0);

Is this all of it?
OK. I updated the bookmark to fix some possible issues. Could you try the new version?
Whatever you did fixed it. I noticed there is much more code now as well.

Thanks a mill :)
Works fine on Safari too - thanks!
I assume these files exist because they are needed to push Youtube videos to the iPhone and AppleTV - they both require H.264 MPEG4 video. On the web, they're always using Flash, no? So, the only people who see these files are accessing Youtube in some non-Web way.
These files are loaded when you add &fmt=18 at the end of a video's URL. I don't know if YouTube actually uses this format, since the higher quality videos still use FLV. MPEG-4 videos can be loaded in Flash 9 - a press release from August 2007.
what do i think!?!?

I think you guys are the freaking saviors of the world, that's what I think!!!

Thank you so, so much. *sigh*
Easier way:

1.Paste the url of YouTube video into keepvid.com

2.You're done!
i use another powerful prog - MelodyCan YouTubeRipper. Everything you need is to click on the button on the Internet Explorer toolbar and autimatically downloading and conversion will start
Very useful. Thank you.
This script is already broken. It's looking for a "video_player" element in the source of the Youtube page, and that element simply isn't there. Most likely, Google is actively trying to prevent this sort of download. The scripts will need to be smarter if they are to last.
@full-speed.org:
Not true. The script looks for the element whose ID is "movie_player" and it places in the video_player variable.
Full speed:
Make sure you don't have the older version. That one did not work for me but the latest works fine. I just installed on a second computer and it's still working fine for me.
Great tip!
It looks like the script got updated since I downloaded it earlier. This is what I saw in it earlier this morning:
var video_player = document.getElementById('video_player');
Now it says this:
var video_player = document.getElementById('movie_player')
And it works now. Thanks, Alex!
Does not seem to work in Safari version Version 2.0.4 (419.3)

I will try on the newest version (in a fully updated version of 10.5.2) when I get home, this bookmarklet should prove useful
I tested the bookmarklet in Safari 3.1 for Windows and it works just fine. You should try the latest version of Safari because it's much faster.
Try Christian Kienle's open source MediaSnap application for Leopard!
I feel TubeSock is well worth the $15 for cutting through the bullshiz this type of info is causing a person to do for each and every video.

http://stinkbot.com/Tubesock

No I'm not from Stinkbot... just a user of the sw and I think it's great!
Why can't I put the video I downloaded onto my iPod?
It works with some videos, but fails in others. The download finishes in less than a second in those who fails, and when you go to check, there's no file downloaded in the folder you chose to save it to.
This one for example doesn't work with it on my XP SP2 FF 2.0.0.13:
http://mx.youtube.com/watch?v=Pad23HAbsyQ

Please fix it.
Newbie question: is there an easy way to see exactly what MIME-type YouTube is sending with the file? I tried running curl -I on the URL, and it says 404.
thabks for this tips i am also using some mp4 videos
Nevermind man, it's working perfectly now. It was giving me problems with a couple of recently added videos. I guess Youtube takes its time to convert every video its uploaded to its servers to MP4, and since the videos were too recent, they just weren't available yet in MP4.
Thank you so much for this, it's quite useful, and sorry for my previous comment.
@punkassjim:
Try web-sniffer.net YouTube usually sends "Content-Type: text/html; charset=utf-8", that's way you need to save the file using the contextually.
I've tweaked the script for GreaseKit compatibility (copy and paste, crude but it works). This works with Safari 3.1 and GreaseKit 1.5 on Mac OS X 10.4.

http://ramsay.webhop.org/youtube_mp4.user.js
How can I set it up for Safari browser? I don't know where should I copy this script oк how to run it ....
For the Mac Safari, you could try to follow this tutorial. You need to install SIMBL and GreaseKit, a plug-in for SIMBL. I didn't test the script in Safari, but it should work.
Watch YouTube HD - higher definition, and in couple of clicks download MP4 videos, check this site :

http://www.ouideo.com/youtube/

Really good !
I am crazy about watching movies in a good quality, so solve the search problem when I ve found in google this sites Fileshunt.com and Filesfinds.com - search engines for megaupload and rapidshare. I hope that would help you too.
I just want to say that you dont need all this stuff simply download the file with every page you want that allows you to do it and than when you have (get_video) file on you PC just add .mp4 and it will automaticly become an video for playing:) simple:) so Again copy youtube link paste it on this page http://www.downloadyoutubevideos.com/
or this one http://www.videodl.org/ klick download and press save as name and dont forget to add .mp4 :)
This is great. I prefer the mp4 to be embedded right in the page, so I've modified the bookmarklet (available from my site) to replace the flash player with a QuickTime player. So far I think my version only works on the Mac.
I like to use http://www.filepop.com, it quick and easy to get mp4 files.
Unofficially, you are GOD. Seriously, thank you so much for this bookmarklet/script, it has made a massive difference. I'm trying to subtitle a file at the moment, and the only source I have is Youtube, so just the difference in quality will mean the whole world! Thank you! :)
Das passiert bei Firefox 3 Beta 5
Mitten beim Download der Mp4 Datei -.-

Problemereignisame: APPCRASH
Anwendungsname: firefox.exe
Anwendungsversion: 1.9.0.3007
Anwendungszeitstempel: 47eb31c2
Fehlermodulname: xul.dll
Fehlermodulversion: 1.9.0.3007
Fehlermodulzeitstempel: 47eb3237
Ausnahmecode: c0000005
Ausnahmeoffset: 005f51f9
Betriebsystemversion: 6.0.6001.2.1.0.256.6
Gebietsschema-ID: 1031
Zusatzinformation 1: 9b57
Zusatzinformation 2: a12c59e9839b36d2031f9e7bae2ee591
Zusatzinformation 3: 51ed
Zusatzinformation 4: 72f9f54831b11d177f6632623d598aa7
Nothing happens on Mac OS X 10.3.9 with Firefox 2.0.0.14

I agree with previous comments :

paste the YouTube link in KeepVid.com/
as soon as i heard, i thought this was great.

Also, it sometimes is even in a format that I don't need to convert to watch on my PSP.

Yay, YouTube, now all you need is the ability to have different aspect ratios.
Thanks for this - very handy!!
erm i can get to download the videos from youtube but is there any way that after downloading the video i can download it into my phone and still be able to see the picture and all.?
"Is there any way that after downloading the video i can download it into my phone and still be able to see the picture and all?"

That depends on your mobile phone. You should be able to send the videos to your phone using a USB cable, Bluetooth or Infrared. To play the videos, you need a player that supports MPEG-4. Some phones already have one: iPhone, Sony Ericsson K810i, Nokia N95, Samsung E840, for others you can download third-party MP4 players or convert the MP4 videos to a format supported by your phone (e.g.: 3GP).
Wow, I didn't even notice but they sorta got it to work in widescreen. If you see http://au.youtube.com/watch?v=hnB-FIPpKpo&fmt=18 and go fullscreen on a computer with a widescreen display, you'll see that the HQ video doesn't have the black bars preventing it from being truly full screen.

Finally YouTube is becoming a real replacement to Google Video, although I still don't see any subtitles coming soon or the ability to have hour-long videos.
This is awesome, and by extension, YOU are awesome.

YOU ARE AWESOME.
Nicely done! Thanks. I had been using TubeSock before.
Hi,

It's not working for me. All I get is weird codes in a new window when I click on the little link to download.
Oh, come on! I wrote on purpose a message next to each download link: right-click and select "Save link as".
I got the Grease monkey script to install and the download mp4 link shows up and I right click it and save it. but when I open it gives me an error file name has been changed or moved/never existed , do I need to change something on my computer? I have fire fox version 2.0.0.14 installed,is there something I'm doing wrong I am expecting a playable file downloaded to pay on an ipod
After right-clicking on the link and selecting the option to save the file, you should enter a file name: funny-video.mp4. By default, YouTube saves all the videos as get_video.htm.
Is there a way to do this but download as an .avi file
i tried using .flv as the extension and it worked fine. mp4 isn't my choice.
Better to use http://www.tubedownloader.info

It is a free online tool so you don't have to install any software.

You have only to put youtube code in the form and press Submit.
The purpose of this post was to make fun of all the sites that offer the option to download YouTube videos. It's so trivial that a simple script can do that.
it doesnt work on some vids... good tool though
Hi, you can skip some steps and use moonpick.tv to do this conversion
@anonymous:
moonpick.tv is a very cool site, but it's very silly to convert the FLV file to MP4 when you can directly download the MP4 file from YouTube, not to mention that the conversion can't increase the video's quality.
http://youtubedownload.altervista.org/

this tool is a really good no-limit free download and it is easy to use and can download almost all videos except for blocked ones and the ones that u cant view in your country. this is great too cause it is faster. but also it is harder to understand this site. well it was for me. also this yt downloader doesnt get all the videos that you may want. i couldnt get some.

anotherguy signing off
I tried doing the link pattern as specified, but it doesnt seem to work. Has youtube changed the video url or are there any updates to this?
or instead of "One way is to save the following link as a bookmarklet by dragging it to your Links bar (in Firefox, Safari) or right-clicking and adding it to your favorites (in Internet Explorer, Opera):" you can just click hold and drag it to your links bar
hey, really helpful. Please post more useful advice like this, I'll be back here for sure.
I have added iTunes support on my website(http://www.jamzee.com).

Basically you can create youtube playlists, and then import it into itunes.

This site helped out very much!!!! Thanks!
The "Get Youtube video" link isnt working. what's wrong?
Read the post. It's a bookmarklet you need to drag to your browser's Links bar or add it as a bookmark. Then go to a YouTube video and click on the bookmarklet.
Does anyone know why it aint working on my Nokia N73 mobile phone?
Go to this video...

http://www.youtube.com/watch?v=2WqTmENQSqA&NR=1

Do the Get-YouTube-Video thing, save as mp4. Compare. The saved version is different. It's shorter and the audio is much lower quality than the video you see in youtube.
If you use the script on this page to save the above video you get a 7M mp4 file that is short and has low-quality audio, but the file has audio and video. If you instead take the file right out of the firefox cache you get an 8M file that is not mp4. If you rename it with a .avi extension, wmp will open it and play the high-quality audio, but there is no video.

I'm guessing the video is there but wmp doesn't understand it?
a lot of videos work but some dont. instead of downloading, it brings me to a new page with random symbol scripts. is there any way to get these to work?
@Ama:
Don't click on the link, right-click and select "Save link as" or a similar option. YouTube doesn't send the correct MIME type and the browser thinks the file is in the HTML format, so it renders the file.
i think this methode will not working for a long time, youtube sometime change they system, so people cannot download they video
thanks a lot^^
COOL!
I succeeded downloading MP4 file from Youtube but I couldn't open it with my MP4 player
i've been using this script fine since this article was published, but today, it won't work! O_O
I think Youtube cut it off. I've tried with keepvid/the bookmark, but it always comes up with 404 Forbidden now.
very good news, downloading from YT will be very relaxing, i am trying.
I saw the notice about it not working anymore, I would just like to point out that it seems to still be working for me.
Hi, for me it's still working if you are logged in and made changes in the options of youtube to play the hq videos preferred.
this seemed to work with firefox 3 beta releases, but with 3.0 it appears to have broken :-(
Woah! Thanks for this! It works fine, and much better than Keepvid.com.
Watch YouTube HD - higher definition, and in couple of clicks download MP4 videos, check this site :

http://www.ouideo.com/youtube/

Really good !
Here is a site you can search, view and download YouTube video to you PC.

http://www.ilikeyoutube.com/

Enjoy!
Personnaly i know http://www.VConversion.com...
The mp4-file doesn't play in QuickTime, I don't understand what I'm doing wrong...
its not working on my psp!!
Better use KeepVid or Free Youtube to iPod Converter
this is a great thing...but recently it hasn't been working at all for me. i just get "empty files" or whatever.
help?!?!?!
I like this cool feature too! I'm now having difficulties downloading. I'm getting these empty "ghost" files. I'm currently using Firefox 2.0.0.14 & xp I followed the update at the top of the page, but no luck:(
thank you dude ! this works much better than the "video downloader" ffx extension which was annoying,

it takes a couple seconds until it starts to download but it shows total file size its downloading & time left which is great,

firefox 3b5
Excellent bookmarklet!!
thanks a lot.good download program.
Dude.... I'm so dumb. The "Download as MP4 (right-click and select Save link as)" was there... and I was trying all the old ways :P.... thanks for helpin me open my dumb eyes ... Peace !
This shit doesn't work..., i'm having the same problem Douggie's having.... What Gives?!
Regarding Firefox 3:

- I tested the bookmarklet in RC2 and it works
- to install Greasemonkey you can either disable compatibility checking or read Quicksilver Johny's comment from this page that suggests to download the xpi file, rename it to zip and replace 3.0b5 with 3.0 in install.rdf.
Nothing happens at all for me using internet explorer 6 (or maxthon).

I save the bookmarklet to links and then click on the link and nothing happens at all.

The Keepvid bookmarklet and Erightsoft Super work but it would be more convenient to download an mp4 directly.
I also see that keepvid now has a second download link for the mp4, so I think that I will stick with that.

By the way, I also tried to upgrade to IE 7 but windows update at least does not offer that option. Perhaps it is because I am using win2k or because my windows in the Japanese version.
I prefer to use Youtube video downloader. It works for normal videos and high quality videos and is very simple to use.

James
I recommend the NetVideoHunter Firefox add-on to download from YouTube and any other sites:
http://netvideohunter.com
Worked my first time out perfectly with http://www.youtube.com/watch?v=cUEkOVdUjHc (which is hilarious, by the way).

thanks Alex!
it's not youtube who have a false mime type but the cache of google video. the data is send with a mime type "text/html" but data is mp4 video or g3p (if you use fmt=17).

May be one day google will understand.
i used to download videos from youtube all the time then it stopped working.

so i found this site -- so far i am able to download the video, play it on itunes, but when i try to put the video on my ipod it says "were not copied...because they cannot be played on this iPod"

does anyone know how i can fix this?
i can download the videos but they dont open on my mp4 player...any idea what i can do?
This method use to work by inputting the mp4 url straight in to quicktime player and streaming without downloading and now it has stopped. It still works with VLC but why not Quicktime anymore. This has been like this since 12th June.
I use FLV converter to convert the FLV file to mp4 and play in my cellphone, it also can convert it to WMV , AVI and other format.
I prefer All-in-1 Mobile video converter as easy to use to convert videos for my Nokia. But I need free standalone application to download videos from You Tube fire fox extensions like Video Download Helper are not working for.
Can anyone using keepvid tell me why I can play the downloaded mp4 files will not play or transfer to my SansaView? The files play fine on my computer and other mp4 files I have saved directly from other sites I am able to transfer and play. Thanks in advance!
Wow! I can't believe how easy that was! Thanks--
Really cool tutorial. Thanks. Helped a lot.
I downloaded videos for use on my ipod, but they are out of sync! HELP!
omg this is perfect i cant wait to download my first video
how exactly do you download videos
thanks soo much, it works perfectly.
the code's useful for high quality viewing even if you dont download mp4's. :D
Note:It is easier to use this on mozzila firefox. I can't seem to drag it to the browser bar on internet explorer.
Nice Bookmarklet.

I really like how the download link appears in the right menu.

Btw: I know, that the main goal of this is to download vids in higher resolution from YouTube, but could you also add support for other sites please? I mean only for the more popular ones.

Thx.
Can you also add the YoutTube icon to the bookmarklet?
With this conversion from flv to mp4 is a thing of the past. Thanks! :D
Youtubegir everbody can enter youtube from here
Ive allways liked the MPEG 1 format for video because you can just drop the files onto a CD (unsure if this can be done with DVD discs) and drop the disc in a stand alone DVD player and you can watch them but converting youtube videos to mpeg 1 reduces quality so the mp4 version works too (ipod video/Sony PSP) but some of the YT mp4 files cant be played by the ipod and need to be converted so i just use itunes to convert the files to ipod format.im not sure if the PSP can play any mp4 file i havent tried it, WMV is good too but get too low a bitrate and it looks like crap. my sugesstion if you use wmv set the bitrate to video for LAN 1.0mbps 640X480.

oh and check out my videos on youtube the address is below it might show up as a link but here it is again www.youtube.com/coondogtheman1234
leave me some comments ratings
whenever i download the video it downloads as mp4 and i can play it in quicktime wmp... but when i put it on my psp it says unsupported data
plz help, this is much easier than all of those download sites.
eeh it worked but my ipod won't allow it -.-
So sweet - many thanks for this really useful tip. Worked a treat.
Try using TUBETILLA, it's free, downloads and converts YouTube videos with 1 click
Doesn't work for me. :-/ Doesn't add the sig. Firefox 3.0 on Ubuntu.
I've just tested both the bookmarklet and the script in Firefox 3 / Ubuntu 8.04 and everything works fine.
OMG this is awesome!!
gr8! it works very easily
well thats was great but i need to change the extension to mpeg or any extension files that can be read by dvd players and sort of. thanks.
What I want to know is: How did you make this?
I have no idea(im a newbie).
I'm sorry, but the following link I found is a short and comfortable version:

http://vixy.net/

I'm not saying it's better, just short and comfortable...
@Anonymous:
It's not a good idea to convert YouTube's low-quality FLV files to MP4 when you can download higher-quality MP4 files directly from YouTube.
The codec is different now to when I was initially using this, so although I can still download videos and play them on my computer, I can't add them to my iPod.

Any way to fix this? The old files (that worked) had a MPEG-4 codec, but the new ones (that don't work) have a H.264 codec, even though all the files have a MPEG-4 file type. The codec is the only difference between the old and new files.
Ok, never mind. As soon as I posted that, I discovered the 'Convert' option in iTunes. For anyone with the same codec problem described above, right click and select 'Convert Selection for iPod/iPhone'(or 'Convert Selection for Apple TV', depending on what you want to do with the file).

iTunes will only convert one video at a time, so the option will disappear for the other videos once you have started converting one video. And it's slow, so be patient.

Maybe the codec issue is the reason why the files are no longer working for some people? Try this, it's almost magical!
FOR SOME REASON THE AUDIO IS A FEW SECONDS OFF EVERY TIME I CONVERT A VIDEO. DOES ANYONE KNOW HOW I CAN FIX THIS?
Hi,

Ijust tried this link with Firefox and it works great. Download is quite slow but good quality and in sinc and plays on my Sony Walkman.Previosly using a downloader and separate converter the audio played faster than the video which was unpleasant.
Thannks very much.
I cant boommark the link on firefox 4 the booklet neither can i favoirate the link on explorer...wad i do? cud u help me plz...fanx a lot if u do
Very cool. I used this to download several videos for my phone. Before, I had to download the FLV and convert it to MP4. That looked like hell. This is much better.
Hi,
Further to my positive comment on July 25th I now find that this works fine for me on some downloads for my Sony Walkman but I get an unsuported file message on some downloads. From the detail this seems to be when the display size is not exactly 320 by 240. Is there anything I can do to ensure this parameter is met.
I love this easy method and most of the time it works great, but a few videos won't work. I don't know why they won't work because other videos from the same user or length or series work. It is just a few random videos just won't download. I will get the title along with .mp4 and download, but it will say "starting" in the firefox downloading box and then just disappear. And I try multiple times but it still won't work.
Wow! Great!

Thank you very very very much! :)
That was great really. I usually use Savevid.com for that. Check out: http://www.savevid.com
Love the idea
Really good news
Cool!! Good job!
Thanks a lot it worked and now I can download my favorite videos.

Cheers
Thanks heaps now I can start putting some decent movies in the ol' ipod...
OMG it Worked!... for two videos, now whenever i put it on my PSP it says "unsupported data"
Fantastik!! Thank You Man. :)
Could you explain this more?

"ID is the video's identification value, SIGNATURE is a value that prevents you from downloading the file just by knowing the ID. You could create this URL by looking at the source code of a YouTube page, but it's much easier to automatically generate it."
i couldnt figure out how to do this but i found a wik site (for everyone like me) www.videocodezone.com
its linked to youtube so u dnt have to copy and paste n wateva else, u just clik on watch/download youtube videos.....type in wat video u want to download....find it......then underneath the video it has a selection bar (wether u want .mpeg, mp4,etc) and then press convert and then download it....easy as! bloody awsomus! cheers all.........
You can download Youtube High Quality videos from www.mundocybernet.com, you only need video url...
another good website to download youtube videos for free and fast www.capturetube.com

i am not sure if you can download google, metacafe or other video sharing sites videos from here
Use YouTubeGet to download YouTube Videos:

http://www.youtubeget.com
I used www.MyVideoDownloader.com they just came out with version 2.0 which downloads and converts and even converts files I already have!
excellent!!
I drug the Get youtube video link onto my firefox toolbar. After clicking it and right clicking it I still get nothing. I downloaded the Greasemonkey scrip as well. Still nothing. What am I doing wrong?
I like http://www.youtubeconverter.biz because you download videos from youtube and convert at the same time, works very well.
Why is it that i downloaded it from clipnabber.com from YOUTUBE as .mp4 but when i transfered it to my phone it is only a music file?
It worked so well I used the bank hol to re-download a heap of vids in FLV as MP4. This evening tho its taken to quoting hours to download a sub ten min video off you tube. And then its started adding to the time: 2 hours to download … 2 hours 45 minutes to download … 3 hours to download.

What is going on?
Hi,

I just found this side. Because I often work with Videos, I found it very interessting. Thanks and greetings from Germany...

Gretus
All I did is click the Get You Tube Video box as instructed at the top of this page and drag it to my Firefox's gray toolbar.

Then I went to YouTube, picked out a video, clicked on the Get You Tube Video button on my Firefox browser, and just like the instructions say, a blue Download MP4 link appeared. I right clicked on the blue link and entered the name and artist of the song as the file name and then selected the directory (My Videos) where I wanted the file downloaded to, and within a minute, I went to My Videos file and clicked on the name of the artist and the video started.

I had previously downloaded VLC Media Player, the BEST media player on the market.

Praise Allah, Praise God, Praise Google, Praise You Tube, Praise VLC, Praise this site for allowing me in one minute to ditch Microsoft Media Player and Real Media Player FOREVER.
just awesome news
Thank you! This is SO easy! I was looking for somthing like this. Awsome!
Awsome post i have been using this method from as quick i came to know it.
Nice one! Much appreciated.
I download using download helper and then use 4U MP4 converter and it works great to put onto ipod and phone.
The bookmarklet works great, thanks! I downloaded VideoLAN to watch them, and I'm pleased!
This is sweet! I have been waiting for another download method to come out. I never really liked the FLV format.
This is awesome, thanks a lot!!
&fmt=18 does not work any longer
No longer works.
Any other details? (your browser, do you use the Greasemonkey script or the bookmarklet?, do you use see the message "Download video as MP4"?) Both the script and the bookmarklet still work for me and I can download MP4 videos from YouTube.
does this work with videos that have been removed as well?
my ipod video won't take the video that i downloaded because it says it can't play on my ipod. anyone know why?
Nice blog

Can you explain in more details the signature part?
You wrote that it is easy to generate but you didn't write how.
Hey this is a very useful post. I have been downloading those vedios as flv files. And that too some were being downloaded while others would not. I must try your thing now. Thanks for sharing this info.
Help I seem to be having a problem placing the link in my tool bar. i wanted to get youtube in secondlife but the link is not working for me. can anyone help me please... thank you so much
Nikkie
Just drag it to your Firefox bookmark toolbar
you can use savevid.com too.
Thank you, is there anyway to make the default file name the Youtube title?
thanks mate


very useful
Muchas Gracias, me ha sido de mucha utilidad para bajar videos y de la mejor calidad.
Welp -

I am trying to get this mp4 file to give me the http url. I tried that booklet thing..didnt work..i tried some other things..didnt work. I got it to turn into a rtmp:// but thats wrong...i need the http url. Any other suggestions out there ~~ thanks
thx for that tut! man was looking for it since ages :))
This is great. Thanks alot!!!!
Not all mp4 file can play on iPod or PSP.
I using Tube Explorer, seach, browse, download and convert video in a more easily way.
i use E.M. Youtube video download tool.
Wow , it works really perfect.

(1)Download youtube video fastly and easily;
(2)Burn Youtube video to CD/VCD/SVCD/DVD disc;
(3)It can search any flash video from many websites at the same time;
(4)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 camera,DV,CD/DVD/VCD/SVCD.
(5)List all cache flv video;
(6)It can also repiar and capture RTMP video streams.

http://www.effectmatrix.com/Youtube_video_download_tool/index.htm
This method only downloads the sound track, at least for me. :(
you pretty much made my week. good stuff.
This is kewl. Been using it to add youtube content to Second Life, but unfortunately, it seems the mp4 url changes frequently perhaps on a daily basis. Is there any way to copy the link have have it remain valid for longer than 20 minutes?? Thanks! Otherwise you just get a black screen in world.
Wow, this is just amazing, youtube .flv files suck in quality and MP4 is much, much better
Does Google video itself also gives this opportunity?
(I prefer not to have a continuous Logo on what I want to look at);
and by the way: please give me back (ss a Macuser) my possibilty to embed my highres Picasa slideshow(movies) directly from Picasa, instead of with the first loop pixelized (I now use for embedding a copy of the browserURL). Or does that still exist (again) but placed elsewhere? TIA.
This really works. This plus PSP Video 9 =infinate possibilities. :D
«Oldest ‹Older 1 – 200 of 625 Newer› Newest»