update io.py file to fix the Hotstart Decryption issue and video quality selection issue
This commit is contained in:
parent
4a773d1db0
commit
cdf8dedc90
@ -282,8 +282,7 @@ async def m3u8dl(uri, out, track, headers=None, proxy=None):
|
||||
])
|
||||
else:
|
||||
arguments.extend([
|
||||
"-sv", "best",
|
||||
"-M", "format=mp4"
|
||||
"-sv", f"res='{track.height}*':codec='{track.codec}':for=best",
|
||||
])
|
||||
|
||||
arguments.extend([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user