mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
[spiegeltv] Check formats
This commit is contained in:
@@ -91,6 +91,7 @@ def _real_extract(self, url):
|
|||||||
formats.append({
|
formats.append({
|
||||||
'url': endpoint,
|
'url': endpoint,
|
||||||
})
|
})
|
||||||
|
self._check_formats(formats, video_id)
|
||||||
|
|
||||||
thumbnails = []
|
thumbnails = []
|
||||||
for image in media_json['images']:
|
for image in media_json['images']:
|
||||||
|
|||||||
Reference in New Issue
Block a user