about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-25 06:19:15 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-25 06:19:15 +0100
commitea36cbac5e089d5e37a2f92ea58375a5883d0af2 (patch)
tree63bad07f18d9c7a60472e38446f88c5b6bccf390
parentd0d2b49ab728e70b8b325298e7825760fa7b3775 (diff)
parentd5a9bb4ea97287e633e891ddd1a416619c9aada9 (diff)
downloadyoutube-dl-ea36cbac5e089d5e37a2f92ea58375a5883d0af2.tar.gz
youtube-dl-ea36cbac5e089d5e37a2f92ea58375a5883d0af2.tar.xz
youtube-dl-ea36cbac5e089d5e37a2f92ea58375a5883d0af2.zip
Merge remote-tracking branch 'rbrito/swap-dimensions'
-rw-r--r--youtube_dl/extractor/youtube.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index 64d4c2445..1bf9cb7d4 100644
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -248,21 +248,21 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
         '248': 'webm',
     }
     _video_dimensions = {
-        '5': '240x400',
+        '5': '400x240',
         '6': '???',
         '13': '???',
-        '17': '144x176',
-        '18': '360x640',
-        '22': '720x1280',
-        '34': '360x640',
-        '35': '480x854',
-        '36': '240x320',
-        '37': '1080x1920',
-        '38': '3072x4096',
-        '43': '360x640',
-        '44': '480x854',
-        '45': '720x1280',
-        '46': '1080x1920',
+        '17': '176x144',
+        '18': '640x360',
+        '22': '1280x720',
+        '34': '640x360',
+        '35': '854x480',
+        '36': '320x240',
+        '37': '1920x1080',
+        '38': '4096x3072',
+        '43': '640x360',
+        '44': '854x480',
+        '45': '1280x720',
+        '46': '1920x1080',
         '82': '360p',
         '83': '480p',
         '84': '720p',