mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-08 07:57:01 +01:00
[vessel] Use native hls by default
This commit is contained in:
parent
48a5eabc48
commit
a479b8f687
@ -113,7 +113,8 @@ class VesselIE(InfoExtractor):
|
|||||||
continue
|
continue
|
||||||
if f.get('name') == 'hls-index':
|
if f.get('name') == 'hls-index':
|
||||||
formats.extend(self._extract_m3u8_formats(
|
formats.extend(self._extract_m3u8_formats(
|
||||||
location, video_id, ext='mp4', m3u8_id='m3u8'))
|
location, video_id, ext='mp4',
|
||||||
|
entry_protocol='m3u8_native', m3u8_id='m3u8'))
|
||||||
else:
|
else:
|
||||||
formats.append({
|
formats.append({
|
||||||
'format_id': f.get('name'),
|
'format_id': f.get('name'),
|
||||||
|
Loading…
Reference in New Issue
Block a user