Browse Source

[tagesschau] Update _FORMATS map

totalwebcasting
Sergey M․ 9 years ago
parent
commit
339fe7228a
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      youtube_dl/extractor/tagesschau.py

+ 5
- 2
youtube_dl/extractor/tagesschau.py View File

@ -64,9 +64,12 @@ class TagesschauIE(InfoExtractor):
}] }]
_FORMATS = { _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}, '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): def _real_extract(self, url):


Loading…
Cancel
Save