v-love tube (for Opera)

By v-love Last update Oct 23, 2009 — Installed 253 times. Daily Installs: 0, 3, 8, 8, 4, 0, 3, 1, 2, 2, 6, 4, 6, 1, 3, 2, 3, 2, 4, 1, 9, 3, 11, 2, 0, 1, 0, 2, 0, 0, 1, 6
Script Summary:
removes everything but video from, and adds a quality selector and a download option to YouTube
Version: 2009-10-23 (October 23, 2009)

This script has no discussions.

start the discussion

This script has no reviews.

Thumb

October 23, 2009: code slightly updated due to changes on YouTube


there is a slightly different version of this script for Firefox:
http://userscripts.org/scripts/show/53994


the little box left of the download options has the video title in it for your convenience: just click and copy it, then paste the video title in your browser's download dialog (if you wish it to be the file name). voila!

there's only 2 parameters that you should edit:
// Default video player size
var videoSize = "fill";

zoom factor: I recommend using "1" (thats 100% size) rather than "fill" or "max"
and
// Forces the change of the video format
var defaultVideoFormat = "18";

I recommend using "18" as most videos nowadays are available in that quality (with very few exceptions)


this 'merge' or 'mash up' script is based on
"YousableTubeFix [for Opera]"
http://userscripts.org/scripts/show/36453
and
"Download YouTube videos in various formats"
http://userscripts.org/scripts/show/40250