From a51322a0232296396d110d26d2f955371164fcf1 Mon Sep 17 00:00:00 2001 From: Matthias Vill Date: Tue, 23 Feb 2016 10:40:31 +0100 Subject: [PATCH] [MDR] Switched m3u8_native for m3u8 Using m3u8_native not all players are able to play the downloaded file. Can be switched back at runtime by using hls_prefer_native setting. --- youtube_dl/extractor/mdr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/mdr.py b/youtube_dl/extractor/mdr.py index 425fc9e2a..b20559be5 100644 --- a/youtube_dl/extractor/mdr.py +++ b/youtube_dl/extractor/mdr.py @@ -99,7 +99,7 @@ class MDRIE(InfoExtractor): ext = determine_ext(url_el.text) if ext == 'm3u8': url_formats = self._extract_m3u8_formats( - video_url, video_id, 'mp4', entry_protocol='m3u8_native', + video_url, video_id, 'mp4', entry_protocol='m3u8', preference=0, m3u8_id='HLS', fatal=False) elif ext == 'f4m': url_formats = self._extract_f4m_formats(