瀏覽代碼

[bitchute] Check formats (#18833)

Sergey M․ 6 年之前
父節點
當前提交
d65f6e734b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/bitchute.py

+ 1 - 0
youtube_dl/extractor/bitchute.py

@@ -55,6 +55,7 @@ class BitChuteIE(InfoExtractor):
         formats = [
             {'url': format_url}
             for format_url in orderedSet(format_urls)]
+        self._check_formats(formats, video_id)
         self._sort_formats(formats)
 
         description = self._html_search_regex(