Skip to content

Commit

Permalink
[tagesschau] Update _FORMATS map
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey M․ committed Apr 30, 2016
1 parent ea7e7fe commit 339fe72
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions youtube_dl/extractor/tagesschau.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 339fe72

Please sign in to comment.