mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[spiegeltv] Check formats
This commit is contained in:
parent
943a1e24b8
commit
ac21e71968
@ -91,6 +91,7 @@ class SpiegeltvIE(InfoExtractor):
|
||||
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