mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 06:49:29 +01:00
[orf:tvthek] Check formats (Closes #8580)
This commit is contained in:
parent
f4db09178a
commit
e277f2a63b
@ -112,6 +112,7 @@ def quality_to_int(s):
|
|||||||
% geo_str),
|
% geo_str),
|
||||||
fatal=False)
|
fatal=False)
|
||||||
|
|
||||||
|
self._check_formats(formats, video_id)
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
upload_date = unified_strdate(sd['created_date'])
|
upload_date = unified_strdate(sd['created_date'])
|
||||||
|
Loading…
Reference in New Issue
Block a user