mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 05:42:52 +08:00
Update rtve.py
This commit is contained in:
parent
9f5715f54a
commit
6e22982453
@ -136,7 +136,8 @@ class RTVEALaCartaIE(InfoExtractor):
|
|||||||
|
|
||||||
if ext == 'm3u8':
|
if ext == 'm3u8':
|
||||||
formats.extend(self._extract_m3u8_formats(
|
formats.extend(self._extract_m3u8_formats(
|
||||||
video_url, video_id, ext='mp4', m3u8_id='hls', fatal=False))
|
video_url, video_id, ext='mp4', entry_protocol='m3u8_native',
|
||||||
|
m3u8_id='hls', fatal=False))
|
||||||
elif ext == 'f4m':
|
elif ext == 'f4m':
|
||||||
formats.extend(self._extract_f4m_formats(
|
formats.extend(self._extract_f4m_formats(
|
||||||
video_url, video_id, f4m_id='hds', fatal=False))
|
video_url, video_id, f4m_id='hds', fatal=False))
|
||||||
|
Loading…
Reference in New Issue
Block a user