Merge branch 'patch-3' of https://github.com/wwqgtxx/you-get into wwqgtxx-patch-3

This commit is contained in:
Mort Yao 2017-09-16 11:36:03 +02:00
commit 3dfa709a14
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

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