[orf:tvthek] Check formats (Closes #8580)
authorSergey M․ <dstftw@gmail.com>
Tue, 16 Feb 2016 16:23:38 +0000 (22:23 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 16 Feb 2016 16:23:38 +0000 (22:23 +0600)
youtube_dl/extractor/orf.py

index c54775d54ab628203beb41c0dd52705c35821a55..958eb398b992e4d3b4278ebe362f71074e87c19b 100644 (file)
@@ -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'])