This commit is contained in:
2026-03-31 21:39:22 +07:00
parent 8fed8325ca
commit edd918cb5c
2 changed files with 92 additions and 1 deletions

View File

@@ -355,7 +355,7 @@ async def process_download(entry):
# cmd += ['--delay', '10']
if entry['no_cache'] or entry['service'] in ['HMAX'] :
cmd.append('--no-cache')
cmd.append('--cdm-only')
if entry['quality'].lower() != 'best':
cmd += ['--quality', entry['quality']]