mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-30 10:28:31 +00:00
Merge 95b6fb6f2f
into 73bf102116
This commit is contained in:
commit
dd7619db0e
@ -3604,7 +3604,7 @@ def _configuration_args(main_key, argdict, exe, keys=None, default=[], use_compa
|
||||
keys = [f'{root_key}{k}' for k in (keys or [''])]
|
||||
if root_key in keys:
|
||||
if main_key != exe:
|
||||
keys.append((main_key, exe))
|
||||
keys.extend((main_key, exe))
|
||||
keys.append('default')
|
||||
else:
|
||||
use_compat = False
|
||||
|
Loading…
Reference in New Issue
Block a user