mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 12:42:28 +01:00
[viki] Lower m3u8 preference
http URLs are always provde the same or better quality
This commit is contained in:
parent
246080d378
commit
890e6d3309
@ -283,7 +283,7 @@ def _real_extract(self, url):
|
|||||||
if format_id == 'm3u8':
|
if format_id == 'm3u8':
|
||||||
m3u8_formats = self._extract_m3u8_formats(
|
m3u8_formats = self._extract_m3u8_formats(
|
||||||
format_dict['url'], video_id, 'mp4',
|
format_dict['url'], video_id, 'mp4',
|
||||||
entry_protocol='m3u8_native',
|
entry_protocol='m3u8_native', preference=-1,
|
||||||
m3u8_id='m3u8-%s' % protocol, fatal=False)
|
m3u8_id='m3u8-%s' % protocol, fatal=False)
|
||||||
# Despite CODECS metadata in m3u8 all video-only formats
|
# Despite CODECS metadata in m3u8 all video-only formats
|
||||||
# are actually video+audio
|
# are actually video+audio
|
||||||
|
Loading…
Reference in New Issue
Block a user