Improve custom config support (closes #10648)
This commit is contained in:
parent
e66dca5e4a
commit
b6ee45e9fa
2 changed files with 21 additions and 22 deletions
|
@ -405,8 +405,7 @@ def _real_main(argv=None):
|
|||
'postprocessor_args': postprocessor_args,
|
||||
'cn_verification_proxy': opts.cn_verification_proxy,
|
||||
'geo_verification_proxy': opts.geo_verification_proxy,
|
||||
'configfile': opts.configfile,
|
||||
|
||||
'config_location': opts.config_location,
|
||||
}
|
||||
|
||||
with YoutubeDL(ydl_opts) as ydl:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue