This commit is contained in:
kosar91 2018-05-10 07:39:58 +00:00 committed by GitHub
commit 667907da79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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