Преглед изворни кода

[orf:tvthek] Check formats (Closes #8580)

Sergey M․ пре 9 година
родитељ
комит
e277f2a63b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      youtube_dl/extractor/orf.py

+ 1 - 0
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'])