0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-01 23:12:40 +00:00

[bliptv] Check format URLs

Some formats are now 404
This commit is contained in:
Sergey M․ 2015-04-04 22:27:25 +06:00
parent 8e1f937473
commit ed676e8c0a

View file

@ -172,6 +172,7 @@ def itunes(s):
'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)