about summary refs log tree commit diff
path: root/youtube_dl/extractor/orf.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-02-16 22:23:38 +0600
committerSergey M․ <dstftw@gmail.com>2016-02-16 22:23:38 +0600
commite277f2a63b836c774009c8f6c8e45a7867159b73 (patch)
tree3740bf49e9627fc9defdadfd4ee113a07a031858 /youtube_dl/extractor/orf.py
parentf4db09178a2c531005a3502a497b8dbf0bfe20e2 (diff)
downloadyoutube-dl-e277f2a63b836c774009c8f6c8e45a7867159b73.tar.gz
youtube-dl-e277f2a63b836c774009c8f6c8e45a7867159b73.tar.xz
youtube-dl-e277f2a63b836c774009c8f6c8e45a7867159b73.zip
[orf:tvthek] Check formats (Closes #8580)
Diffstat (limited to 'youtube_dl/extractor/orf.py')
-rw-r--r--youtube_dl/extractor/orf.py1
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'])