diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-02-16 22:23:38 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-02-16 22:23:38 +0600 |
commit | e277f2a63b836c774009c8f6c8e45a7867159b73 (patch) | |
tree | 3740bf49e9627fc9defdadfd4ee113a07a031858 /youtube_dl/extractor | |
parent | f4db09178a2c531005a3502a497b8dbf0bfe20e2 (diff) |
[orf:tvthek] Check formats (Closes #8580)
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/orf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py index c54775d54..958eb398b 100644 --- a/youtube_dl/extractor/orf.py +++ b/youtube_dl/extractor/orf.py @@ -112,6 +112,7 @@ class ORFTVthekIE(InfoExtractor): % geo_str), fatal=False) + self._check_formats(formats, video_id) self._sort_formats(formats) upload_date = unified_strdate(sd['created_date']) |