Adding a new 1440p resolution

This commit is contained in:
roman 2018-05-10 10:35:13 +03:00
parent 85f1e51c8b
commit e8f6ab52e5

View file

@ -281,6 +281,7 @@
// Map youtube qualities names
var _yts = {
highres: {res: 1080, label: '1080', yt: 'highres'},
hd1440: {res: 1440, label: '1440', yt: 'hd1440'},
hd1080: {res: 1080, label: '1080', yt: 'hd1080'},
hd720: {res: 720, label: '720', yt: 'hd720'},
large: {res: 480, label: '480', yt: 'large'},