projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27449ad
)
[redbulltv] Restore hls format prefix
author
Sergey M․
<dstftw@gmail.com>
Sat, 24 Jun 2017 18:10:31 +0000
(
01:10
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 24 Jun 2017 18:10:31 +0000
(
01:10
+0700)
youtube_dl/extractor/redbulltv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/redbulltv.py
b/youtube_dl/extractor/redbulltv.py
index c5918afeeef1178296b1d6b95af1551e31177e62..5d6cc3610c4311ea637e137c87ac216e16c8e719 100644
(file)
--- a/
youtube_dl/extractor/redbulltv.py
+++ b/
youtube_dl/extractor/redbulltv.py
@@
-98,7
+98,8
@@
class RedBullTVIE(InfoExtractor):
title = info['title'].strip()
formats = self._extract_m3u8_formats(
- video['url'], video_id, 'mp4', 'm3u8_native')
+ video['url'], video_id, 'mp4', entry_protocol='m3u8_native',
+ m3u8_id='hls')
self._sort_formats(formats)
subtitles = {}