[bliptv] Check format URLs
authorSergey M․ <dstftw@gmail.com>
Sat, 4 Apr 2015 16:27:25 +0000 (22:27 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 4 Apr 2015 16:27:25 +0000 (22:27 +0600)
Some formats are now 404

youtube_dl/extractor/bliptv.py

index 8c7ba4b910bcc78e5e3fa02d7168a9e4f443bf65..b632ce967d515e8c819d1361afcaeddae99f8e9e 100644 (file)
@@ -172,6 +172,7 @@ class BlipTVIE(InfoExtractor):
                     'width': int_or_none(media_content.get('width')),
                     'height': int_or_none(media_content.get('height')),
                 })
+        self._check_formats(formats, video_id)
         self._sort_formats(formats)
 
         subtitles = self.extract_subtitles(video_id, subtitles_urls)