From 8831d2c44f2d115d50060ae5f8154b8d8dd27428 Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Wed, 13 Sep 2017 23:42:00 +0800 Subject: [PATCH] bug fix for password --- src/you_get/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/you_get/common.py b/src/you_get/common.py index 584b3e27..899b2cee 100755 --- a/src/you_get/common.py +++ b/src/you_get/common.py @@ -1266,7 +1266,7 @@ def script_main(download, download_playlist, **kwargs): download, download_playlist, URLs, args.playlist, output_dir=args.output_dir, merge=not args.no_merge, - info_only=info_only, json_output=json_output, caption=caption, + info_only=info_only, json_output=json_output, caption=caption, password=args.password, **extra ) except KeyboardInterrupt: