mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
[spiegeltv] Check formats
This commit is contained in:
@ -91,6 +91,7 @@ class SpiegeltvIE(InfoExtractor):
|
||||
formats.append({
|
||||
'url': endpoint,
|
||||
})
|
||||
self._check_formats(formats, video_id)
|
||||
|
||||
thumbnails = []
|
||||
for image in media_json['images']:
|
||||
|
Reference in New Issue
Block a user