projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f46c2
)
[ndr:embed:base] Add missing ext for m3u8
author
Sergey M․
<dstftw@gmail.com>
Thu, 28 Jan 2016 16:50:18 +0000
(22:50 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 28 Jan 2016 16:50:18 +0000
(22:50 +0600)
youtube_dl/extractor/ndr.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ndr.py
b/youtube_dl/extractor/ndr.py
index 894c513998af07f24d372c65f2d08759e588453f..0cded6b5c3d0bbcb095de8672de70fa81b9f7fd1 100644
(file)
--- a/
youtube_dl/extractor/ndr.py
+++ b/
youtube_dl/extractor/ndr.py
@@
-193,7
+193,7
@@
class NDREmbedBaseIE(InfoExtractor):
src + '?hdcore=3.7.0&plugin=aasp-3.7.0.39.44', video_id, f4m_id='hds'))
elif ext == 'm3u8':
formats.extend(self._extract_m3u8_formats(
- src, video_id, m3u8_id='hls', entry_protocol='m3u8_native'))
+ src, video_id,
'mp4',
m3u8_id='hls', entry_protocol='m3u8_native'))
else:
quality = f.get('quality')
ff = {