kopia lustrzana https://github.com/yt-dlp/yt-dlp
[common] lower the preference of m3u8 master manifest format
rodzic
a7e5f27412
commit
c57244cdb1
|
@ -1140,7 +1140,7 @@ class InfoExtractor(object):
|
||||||
'url': m3u8_url,
|
'url': m3u8_url,
|
||||||
'ext': ext,
|
'ext': ext,
|
||||||
'protocol': 'm3u8',
|
'protocol': 'm3u8',
|
||||||
'preference': preference - 1 if preference else -1,
|
'preference': -100,
|
||||||
'resolution': 'multiple',
|
'resolution': 'multiple',
|
||||||
'format_note': 'Quality selection URL',
|
'format_note': 'Quality selection URL',
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue