YouTube - EZ Download

By Daem0nX Last update May 5, 2012 — Installed 13,055 times.


Script Summary: Adds menu (bottom right) with download links for available video formats. Works with Javascript disabled (NoScript).

Version: 0.4.2

Follow @Daem0nX on Twitter





Donations are for the time spent creating and updating this userscript and are greatly appreciated! So are reviews =)

All content on YouTube.com (YT) is copyright (YT) or its respective owners.
FeedbackLeaving feedback and reviews is also appreciated!


Notes

2012.05.05 - v0.4.2 has been released! Scroll down to the changelog.
2012.05.03 - v0.4.1 has been released!
2012.02.19 - v0.4.0 has been released! **v0.4.0 upgrade instructions**
2011.08.10 - v0.3.4 has been released!
2011.08.07 - Tested on Windows and noticed the Description and Format overlap text. This does not happen in OSX, looking into font change for windows.
2011.08.05 - v0.3.3 has been released!
2011.08.04 - v0.3.2 has been released!

Using code from http://userscripts.org/scripts/show/62634 for getting available formats (MIT License)

Preview

Image v0.4.0
Image v0.4.0 Title
Image v0.3.0 - 2011.08.01 (Click to view)
Image v0.2.0 - 2010.12.10 (Click to view)
Image v0.1.0 - 2010.10.07 (Click to view)

Features

Displays available video formats.
Custom version notification system.
This will work with Javascript disabled on youtube/ytimg (NoScript)


Special Thanks

Gikero - Thank you for the donation! =D
@UGJKA - Reported Chrome HTML5 playback issue

ChangeLog

2012.05.05 - 0.4.2
  • Fixed HTML5 video playback in Chrome.
2012.05.03 - 0.4.1
  • Added support for HTML5 videos.
  • Fixed Chrome download breaking currently playing video.
  •    Download links now open in a new tab.
  • Fixed username (video title %U) not working due to YouTube code changes.
  • Fixed menu and overlay border radius not working in Firefox 13 beta.
  • Upgraded jQuery from 1.6.2 to 1.7.2.
  •    Changed jQuery calls .bind() and .unbind() to .on() and .off().
2012.02.19 - 0.4.0
  • Changed name from YouTube.com - EZ Download to YouTube - EZ Download
  •    Remove the old YouTube.com EZ Download from your Greasemonkey scripts!
       Upgrade instructions overlay added.
  • Changes to Configuration overlay.
  •    Added title options for user, videoid, quality, length, upload date(year,month,day).
       Links auto regenerate after changes, no refresh required.
  • Changed Flattr donation link.
  • Fixed undeclared variable.
  • Fixed menu error message using wrong id.
  • Fixed menu blocking playlist section due to YT changes.
  • Fixed unknown formats showing as NaN, now shows format number.
  • Fixed donation section not setting the correct height if the error section was active.
  • Added format info for 46, 82, 84, 100, 102.
  • Added 3D File section.
  • Removed unused variables.
  • Upgraded jQuery from 1.6.2 to 1.7.1.
  •    Changed .live() calls to .on()
2011.08.10 - 0.3.4
  • Fixed updateCheck not returning update if HTTPS Everywhere was installed.
  •    Changed USO update link from HTTP to HTTPS.
  • Modified isWebkit checks to allow update notification in Chrome.
  •    Chrome v13 introduced GM_xmlhttpRequest support.
  • Enabled LocalStorage for Chrome.
  •    Captures GM_get/set/delete/value commands.
2011.08.05 - 0.3.3
  • Fixed broken download links.
  •    Added check for new flashvar url_encoded_fmt_stream_map.
2011.08.04 - 0.3.2
  • Menu displays error as v0.3.1 didnt correctly fix downloads.
  •    Working on a fix and will release as soon as possible.
2011.08.03 - 0.3.1
  • Fixed links not loading.
  •    Added check for new flashvar fmt_list.
2011.08.01 - 0.3.0
  • Chrome is now partially supported.
  •    Download links work, check for script updates manually.
  • Upgraded jQuery from 1.3.2 to 1.6.2
  • Fixed list being out of order (by quality).
  • Fixed overlay tabs changing url location
  • Fixed menu blocking playlist section.
  • Fixed menu not loading on non-standard url (ex youtube.com/watch?feature=related&v=code).
  • Added file format to link description.
  • Added detection of Webkit to disable certain features in Chrome.
  • Added a replace hack to allow Configuration overlay to show above flash in Chrome.
  • Added Twitter icon to menu bar.
  • Added new Donation options.
  •    Added Flattr icon, new Paypal icon.
  • Added scroll height check for Update Alert overlay.
  • Added GM_log function GMlog for console logging.
  • Added error catching code.
  • Modified menu title attr to data-title.
  •    Removes annoying hover title.
2011.07.20 - 0.2.2
  • Fixed download links not loading due to new unknown formats.
  • Known issue - List is now out of order.
  • Added error catching code.
2011-03-04 - 0.2.1
  • Added Configuration overlay.
  • Fixed some undeclared variables.
  • Fixed missing functions for skipping available update.
  • Fixed debug code for Update and Settings.
  • Added Script Homepage icon to menu bar.
2010-12-10 - 0.2.0
  • Fixed download links.
  • Less obtrusive Update Alert (icon instead of auto prompt).
  • Added menu bar with Update and Donate icons.
2010-10-07 - 0.1
  • Initial release.