Greasy Fork is available in English.

YouTube HD Override

Makes YouTube videos run in high definition + YouTube fixes

< Valutazione su YouTube HD Override

Domanda/commento

Deleted user 128
§
Pubblicato: 07/04/2015
Modificato: 07/04/2015

Default HighestQuality in 2.8 is set to 1440p, not 1080

Perhaps this is a leftover of previous version, but :

On the Info tab is stated : Quality levels | Default is 1080p (6).
In the code of 2.8 is written :
HDOSettings.HighestQuality = 6
...
var Qualities = {tiny : 1, small : 2, medium : 3, large : 4, hd720 : 5, hd1080 : 6, hd1440 : 7, highres : 8}

So, 6 indeed is the default setting but 6 now corresponds to 1440p
No big deal but for users running the script as is, they may be surprised with the result, when applicable.

§
Pubblicato: 08/04/2015

Have you tested this? The javascript there sets hd1080 to 6, not hd1440. The code I upload is essentially a copy of my own script, and hd1080 is chosen below hd1440.

Deleted user 128
§
Pubblicato: 08/04/2015
Modificato: 08/04/2015

My fault. I read as a sequence 5, hd1080 and then 6, hd1440 when I should have read hd1080 : 6 and then hd1440 : 7
I inverted the meaning of , with that of the : which I wouldn't have done if I had started reading the line from the start.
Careless mistake, sorry for that.

Pubblica risposta

Accedi per pubblicare una risposta.