v-love tube (for Firefox)

By v-love Last update Jul 22, 2009 — Installed 275 times. Daily Installs: 0, 0, 2, 1, 0, 0, 2, 0, 1, 1, 0, 1, 0, 3, 0, 2, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 4, 0, 0, 0, 0
Script Summary:
removes everything but video from, and adds a quality selector and a download option to YouTube
Version: 22 Jul 2009

This script has no discussions.

start the discussion

This script has no reviews.

Thumb Thumb

there is a slightly different [read: better] version of this script for Opera:
http://userscripts.org/scripts/show/53992


the little box after 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 Firefox]"
http://userscripts.org/scripts/show/13333
and
"Download YouTube videos in various formats"
http://userscripts.org/scripts/show/40250