1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 18:39:29 +00:00

[spiegeltv] Check formats

This commit is contained in:
Sergey M․ 2015-10-24 16:25:44 +06:00
parent 943a1e24b8
commit ac21e71968

View file

@ -91,6 +91,7 @@ class SpiegeltvIE(InfoExtractor):
formats.append({
'url': endpoint,
})
self._check_formats(formats, video_id)
thumbnails = []
for image in media_json['images']: