.
This commit is contained in:
@@ -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']]
|
||||
|
||||
Reference in New Issue
Block a user