YousableTubeFix for Opera

By Mindeye Last update Feb 2, 2012 — Installed 34,019 times.

Any possibility for a "this or below" preferred video option?

in
Subscribe to Any possibility for a "this or below" preferred video option? 3 posts, 2 voices



Vague Rant Scriptwright
OperaWindows

I'm aware of the option to set -1 as the preferred quality and have the script choose the highest available video quality, but my main computer is a netbook, and has neither the resolution nor the processing power to make YouTube's "HD" videos practical. The "FLV High Quality" option plays just fine, but setting that as my preferred option in the script just leaves me with an error if I try to watch a video which doesn't have that quality available. Obviously I can manually select an available format, but it'd be nice if I could set it up to show FLV High Quality if available, with a fallback to MP4 or FLV Low Quality. Otherwise I'm loving everything about this script, really wish I'd found it sooner.

 
Mindeye Script's Author
FirefoxWindows

That feature is already implemented and explained in the configuration guide. Edit the script and replace:

var userFormats = eval("null");

...with:

var userFormats = eval("['35', '18', '']");

...and "-1" in defaultVideoFormat

 
Vague Rant Scriptwright
OperaWindows

Of course it is, I should have realised this would already be implemented. My mistake, thank you for bringing it to my attention.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel