1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-23 16:26:40 +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({ 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']: