0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-23 02:25:11 +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 @@ def _real_extract(self, url):
formats.append({
'url': endpoint,
})
self._check_formats(formats, video_id)
thumbnails = []
for image in media_json['images']: