Browse Source

[bliptv] Check format URLs

Some formats are now 404
totalwebcasting
Sergey M․ 10 years ago
parent
commit
ed676e8c0a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/bliptv.py

+ 1
- 0
youtube_dl/extractor/bliptv.py View 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)


Loading…
Cancel
Save