From 0e21446a193b7bce1e0469c4a2aec63fbd9aeea5 Mon Sep 17 00:00:00 2001 From: Maxime-J Date: Thu, 21 Apr 2016 12:21:49 +0200 Subject: [PATCH] [francetv] Default m3u8 downloader Back to the default downloader ( ffmpeg / avconv ) The native HLS downloader should only be used with --hls-prefer-native --- youtube_dl/extractor/francetv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/francetv.py b/youtube_dl/extractor/francetv.py index ad94e31f3..37765cec1 100644 --- a/youtube_dl/extractor/francetv.py +++ b/youtube_dl/extractor/francetv.py @@ -64,7 +64,7 @@ class FranceTVBaseInfoExtractor(InfoExtractor): video_id, f4m_id=format_id, fatal=False)) elif ext == 'm3u8': formats.extend(self._extract_m3u8_formats( - video_url, video_id, 'mp4', entry_protocol='m3u8_native', + video_url, video_id, 'mp4', m3u8_id=format_id, fatal=False)) elif video_url.startswith('rtmp'): formats.append({