瀏覽代碼

[bliptv] Check format URLs

Some formats are now 404
Sergey M․ 10 年之前
父節點
當前提交
ed676e8c0a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/bliptv.py

+ 1 - 0
youtube_dl/extractor/bliptv.py

@@ -172,6 +172,7 @@ class BlipTVIE(InfoExtractor):
                     'width': int_or_none(media_content.get('width')),
                     'height': int_or_none(media_content.get('height')),
                 })
+        self._check_formats(formats, video_id)
         self._sort_formats(formats)
 
         subtitles = self.extract_subtitles(video_id, subtitles_urls)