X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=0b8c1671da4d766fd8593a95eeb28af24d980027;hb=0ce8c66fb05fefbe51ac1eca8d3ddbd561b38a54;hp=0eb4924b6fe04582b85053dc65f69e7fa3d42a51;hpb=906420cae37ee3c2f48d23c3a4fa0543a66947d5;p=youtube-dl.git diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 0eb4924b6..0b8c1671d 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -867,7 +867,7 @@ def parseOpts(overrideArguments=None): if '--ignore-config' not in system_conf: 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) if opts.verbose: for conf_label, conf in (