youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 23aec3d623146d06535a4f5388693c1e9a2bbfde
parent 27449ad894f7d49e189686a15399ea66cfb63667
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 25 Jun 2017 01:10:31 +0700

[redbulltv] Restore hls format prefix

Diffstat:
Myoutube_dl/extractor/redbulltv.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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 = {}