1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-05 13:32:53 -05:00

[bitchute] Check formats (#18833)

This commit is contained in:
Sergey M․
2019-01-13 03:57:31 +07:00
parent ed8db0a25c
commit d65f6e734b

View File

@ -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(