Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
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( |
|
|
|