mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Include custom conf in final argv (closes #11741)
This commit is contained in:
parent
906420cae3
commit
0ce8c66fb0
@ -867,7 +867,7 @@ def compat_conf(conf):
|
|||||||
if '--ignore-config' not in system_conf:
|
if '--ignore-config' not in system_conf:
|
||||||
user_conf = _readUserConf()
|
user_conf = _readUserConf()
|
||||||
|
|
||||||
argv = system_conf + user_conf + command_line_conf
|
argv = system_conf + user_conf + custom_conf + command_line_conf
|
||||||
opts, args = parser.parse_args(argv)
|
opts, args = parser.parse_args(argv)
|
||||||
if opts.verbose:
|
if opts.verbose:
|
||||||
for conf_label, conf in (
|
for conf_label, conf in (
|
||||||
|
Loading…
Reference in New Issue
Block a user