Browse Source

[spiegeltv] Check formats

totalwebcasting
Sergey M․ 9 years ago
parent
commit
ac21e71968
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/spiegeltv.py

+ 1
- 0
youtube_dl/extractor/spiegeltv.py 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']:


Loading…
Cancel
Save