mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 03:17:44 +03:00
bug fix for password
This commit is contained in:
parent
51a1a1e318
commit
8831d2c44f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user