projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dedd35c
)
[eagleplatform] Identify hls formats
author
Sergey M․
<dstftw@gmail.com>
Sun, 18 Oct 2015 14:24:33 +0000
(20:24 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 18 Oct 2015 14:24:33 +0000
(20:24 +0600)
youtube_dl/extractor/eagleplatform.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/eagleplatform.py
b/youtube_dl/extractor/eagleplatform.py
index e529b9b9600583aadb4bb3e21f7ae61cee0cd4b8..7bbf617d468f9d5295ee2e1123452679a21a7e4b 100644
(file)
--- a/
youtube_dl/extractor/eagleplatform.py
+++ b/
youtube_dl/extractor/eagleplatform.py
@@
-87,7
+87,7
@@
class EaglePlatformIE(InfoExtractor):
m3u8_url = self._get_video_url(secure_m3u8, video_id, 'Downloading m3u8 JSON')
formats = self._extract_m3u8_formats(
m3u8_url, video_id,
- 'mp4', entry_protocol='m3u8_native')
+ 'mp4', entry_protocol='m3u8_native'
, m3u8_id='hls'
)
mp4_url = self._get_video_url(
# Secure mp4 URL is constructed according to Player.prototype.mp4 from