projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e1f937
)
[bliptv] Check format URLs
author
Sergey M․
<dstftw@gmail.com>
Sat, 4 Apr 2015 16:27:25 +0000
(22:27 +0600)
committer
Sergey 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
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bliptv.py
b/youtube_dl/extractor/bliptv.py
index 8c7ba4b910bcc78e5e3fa02d7168a9e4f443bf65..b632ce967d515e8c819d1361afcaeddae99f8e9e 100644
(file)
--- a/
youtube_dl/extractor/bliptv.py
+++ b/
youtube_dl/extractor/bliptv.py
@@
-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)