mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-12 10:11:07 +01:00
[spiegeltv] Check formats
This commit is contained in:
parent
943a1e24b8
commit
ac21e71968
@ -91,6 +91,7 @@ def _real_extract(self, url):
|
||||
formats.append({
|
||||
'url': endpoint,
|
||||
})
|
||||
self._check_formats(formats, video_id)
|
||||
|
||||
thumbnails = []
|
||||
for image in media_json['images']:
|
||||
|
Loading…
Reference in New Issue
Block a user