1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-30 10:28:31 +00:00
This commit is contained in:
tcely 2025-06-20 21:48:45 +02:00 committed by GitHub
commit dd7619db0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 [''])] keys = [f'{root_key}{k}' for k in (keys or [''])]
if root_key in keys: if root_key in keys:
if main_key != exe: if main_key != exe:
keys.append((main_key, exe)) keys.extend((main_key, exe))
keys.append('default') keys.append('default')
else: else:
use_compat = False use_compat = False