about summary refs log tree commit diff
path: root/youtube_dl/extractor/bitchute.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-01-13 03:57:31 +0700
committerSergey M․ <dstftw@gmail.com>2019-01-13 03:59:38 +0700
commitd65f6e734b5c00acbb396f4569907f7957e1cbef (patch)
tree67d4dc023ac2201c5cf3d9a1c69d8567acefc58b /youtube_dl/extractor/bitchute.py
parented8db0a25c93f5611dfae81ee8f15cbc177bd0ab (diff)
downloadyoutube-dl-d65f6e734b5c00acbb396f4569907f7957e1cbef.tar.gz
youtube-dl-d65f6e734b5c00acbb396f4569907f7957e1cbef.tar.xz
youtube-dl-d65f6e734b5c00acbb396f4569907f7957e1cbef.zip
[bitchute] Check formats (#18833)
Diffstat (limited to 'youtube_dl/extractor/bitchute.py')
-rw-r--r--youtube_dl/extractor/bitchute.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/bitchute.py b/youtube_dl/extractor/bitchute.py
index aa034355a..4f39424f5 100644
--- a/youtube_dl/extractor/bitchute.py
+++ b/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(