Improve custom config support (closes #10648)

This commit is contained in:
Sergey M․ 2016-12-31 23:41:37 +07:00
parent e66dca5e4a
commit b6ee45e9fa
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 21 additions and 22 deletions

View file

@ -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: