projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5181759
)
[life:embed] Use native hls
author
Sergey M․
<dstftw@gmail.com>
Sun, 22 May 2016 22:22:09 +0000
(
04:22
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 22 May 2016 22:22:09 +0000
(
04:22
+0600)
youtube_dl/extractor/lifenews.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/lifenews.py
b/youtube_dl/extractor/lifenews.py
index d5d528a36bafb3af47c58dfae5d892371f7c5b3e..c2b4490c49044bea3426dc48b873218aa98146b1 100644
(file)
--- a/
youtube_dl/extractor/lifenews.py
+++ b/
youtube_dl/extractor/lifenews.py
@@
-188,7
+188,8
@@
class LifeEmbedIE(InfoExtractor):
ext = determine_ext(video_url)
if ext == 'm3u8':
formats.extend(self._extract_m3u8_formats(
- video_url, video_id, 'mp4', m3u8_id='m3u8'))
+ video_url, video_id, 'mp4',
+ entry_protocol='m3u8_native', m3u8_id='m3u8'))
else:
formats.append({
'url': video_url,