projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f8cb24
)
[common] Fix m3u8 extraction in f4m manifests
author
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 26 May 2016 17:41:27 +0000
(
01:41
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 26 May 2016 17:41:27 +0000
(
01:41
+0800)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index e53b7ad643e073f758bf5fcb3e1654b90c35c875..0029c3694e6ae1253a3b120a96110b471a9221a9 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-1063,7
+1063,7
@@
class InfoExtractor(object):
elif ext == 'm3u8':
formats.extend(self._extract_m3u8_formats(
manifest_url, video_id, 'mp4', preference=preference,
- m3u8_id=m3u8_id, fatal=
False
))
+ m3u8_id=m3u8_id, fatal=
fatal
))
continue
tbr = int_or_none(media_el.attrib.get('bitrate'))
formats.append({