mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[bitchute] Check formats (#18833)
This commit is contained in:
parent
ed8db0a25c
commit
d65f6e734b
@ -55,6 +55,7 @@ def _real_extract(self, url):
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user