[tagesschau] Update _FORMATS map
authorSergey M․ <dstftw@gmail.com>
Sat, 30 Apr 2016 20:53:42 +0000 (02:53 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 30 Apr 2016 20:56:32 +0000 (02:56 +0600)
youtube_dl/extractor/tagesschau.py

index 73e7657d4bec7b1bc37753923744d92b769d8843..ebd81eadcfad229c76f13bd830d5fec04c7459b7 100644 (file)
@@ -64,9 +64,12 @@ class TagesschauIE(InfoExtractor):
     }]
 
     _FORMATS = {
-        's': {'width': 256, 'height': 144, 'quality': 1},
+        'xs': {'quality': 0},
+        's': {'width': 320, 'height': 180, 'quality': 1},
         'm': {'width': 512, 'height': 288, 'quality': 2},
-        'l': {'width': 960, 'height': 544, 'quality': 3},
+        'l': {'width': 960, 'height': 540, 'quality': 3},
+        'xl': {'width': 1280, 'height': 720, 'quality': 4},
+        'xxl': {'quality': 5},
     }
 
     def _real_extract(self, url):