mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
Merge remote-tracking branch 'rbrito/swap-dimensions'
This commit is contained in:
commit
ea36cbac5e
|
@ -248,21 +248,21 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
|
||||||
'248': 'webm',
|
'248': 'webm',
|
||||||
}
|
}
|
||||||
_video_dimensions = {
|
_video_dimensions = {
|
||||||
'5': '240x400',
|
'5': '400x240',
|
||||||
'6': '???',
|
'6': '???',
|
||||||
'13': '???',
|
'13': '???',
|
||||||
'17': '144x176',
|
'17': '176x144',
|
||||||
'18': '360x640',
|
'18': '640x360',
|
||||||
'22': '720x1280',
|
'22': '1280x720',
|
||||||
'34': '360x640',
|
'34': '640x360',
|
||||||
'35': '480x854',
|
'35': '854x480',
|
||||||
'36': '240x320',
|
'36': '320x240',
|
||||||
'37': '1080x1920',
|
'37': '1920x1080',
|
||||||
'38': '3072x4096',
|
'38': '4096x3072',
|
||||||
'43': '360x640',
|
'43': '640x360',
|
||||||
'44': '480x854',
|
'44': '854x480',
|
||||||
'45': '720x1280',
|
'45': '1280x720',
|
||||||
'46': '1080x1920',
|
'46': '1920x1080',
|
||||||
'82': '360p',
|
'82': '360p',
|
||||||
'83': '480p',
|
'83': '480p',
|
||||||
'84': '720p',
|
'84': '720p',
|
||||||
|
|
Loading…
Reference in a new issue