mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-25 12:22:50 +08:00
[francetv] Default m3u8 downloader
Back to the default downloader ( ffmpeg / avconv ) The native HLS downloader should only be used with --hls-prefer-native
This commit is contained in:
parent
99ef96f84c
commit
0e21446a19
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user