projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f610dbb
)
[livestream] make smil extraction non fatal(fixes #14792)
author
Remita Amine
<remitamine@gmail.com>
Sun, 19 Nov 2017 11:59:31 +0000
(12:59 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sun, 19 Nov 2017 11:59:31 +0000
(12:59 +0100)
youtube_dl/extractor/livestream.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/livestream.py
b/youtube_dl/extractor/livestream.py
index 317ebbc4ee60d17051574ae05b8575526216de05..c4776bbf3b5aa590e2b014b4d23e55f0de569cc6 100644
(file)
--- a/
youtube_dl/extractor/livestream.py
+++ b/
youtube_dl/extractor/livestream.py
@@
-114,7
+114,7
@@
class LivestreamIE(InfoExtractor):
smil_url = video_data.get('smil_url')
if smil_url:
- formats.extend(self._extract_smil_formats(smil_url, video_id))
+ formats.extend(self._extract_smil_formats(smil_url, video_id
, fatal=False
))
m3u8_url = video_data.get('m3u8_url')
if m3u8_url: