projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8db0a
)
[bitchute] Check formats (#18833)
author
Sergey M․
<dstftw@gmail.com>
Sat, 12 Jan 2019 20:57:31 +0000
(
03:57
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 12 Jan 2019 20:59:38 +0000
(
03:59
+0700)
youtube_dl/extractor/bitchute.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bitchute.py
b/youtube_dl/extractor/bitchute.py
index aa034355a94b3142c1f3de663114780739767326..4f39424f59ee12bb5adb916e707b3a33e9d35e58 100644
(file)
--- 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(