Download YouTube Videos as MP4

Adds an option to download YouTube videos. Works on new YouTube redesign

Adds an option to download YouTube videos as MP4 files. Unlike most other scripts, this one downloads the videos directly from YouTube and doesn't connect to any other site.

Script author is gantt

Syndicate content

Tested with Opera version(s): 
10.50
Your rating: None Average: 3.3 (39 votes)

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

does it work for anyone?

when I click on it its actually straight the download link for the mp4, no dropdown selection thingie like in the screenshot. doeas anyone else have that problem?

it depends, if there's any

it depends, if there's any better quality for the video

I know - of course I meant

I know - of course I meant the popup menu doesnt show up EVEN IF theres Half or Full HD versions on the servers.

any ideas?

okay, fixed

I just took the latest source from the original site

http://userscripts.org/scripts/show/25105

and it worked like a charm

Other formats

Well done getting this to work with the new layout.

Adding an option for downloading the FLV or 3GP (fmt=17) would be nice for smaller file sizes and mobile users respectively. Also making the list items into links so I can right-click and download/open in new tab. (Just clicking doesn't bring up the save dialog on Linux.)

I agree about 3gp. You must

I agree about 3gp. You must click the drop icon on the right side to get a list.

var fmt_labels={'0':'FLV

var fmt_labels={'0':'FLV 320p', '18':'MP4 360p', '22':'MP4 720p (HD)', '35':'FLV 480p', '37':'MP4 1080p (HD)'};

add '17':'3gp', to it and you're done :-)

also, you need to comment or delete 

// if(fmt[format]!=undefined){
download_code.push({url:fmt[format]+'&title='+video_title,label:fmt_labels[format]});
// }

both lines denoted with //

Great script - but...

doens't work in Opera 10.10

i do not see any download button after installing the script

i use opera 10.10

Do you have other scripts

Do you have other scripts installed that are working?

othe scripts work

yes they do

Traveler

Try Youtube Enhancer much better scripts that actually works and better much more customizable. http://userscripts.org/scripts/show/33042

it's also much heavier!

it's also much heavier!

Perfect!

Thanks man!

It works

good work brother

Opera Addon

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.