youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ac21e7196856d7b689f74ed3f9953cbcbe90bee5
parent 943a1e24b896a64c869bbd302f32fe5bd2afec96
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 24 Oct 2015 16:25:44 +0600

[spiegeltv] Check formats

Diffstat:
Myoutube_dl/extractor/spiegeltv.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/spiegeltv.py b/youtube_dl/extractor/spiegeltv.py @@ -91,6 +91,7 @@ class SpiegeltvIE(InfoExtractor): formats.append({ 'url': endpoint, }) + self._check_formats(formats, video_id) thumbnails = [] for image in media_json['images']: