Skip to content

Commit

Permalink
bug fix for password
Browse files Browse the repository at this point in the history
  • Loading branch information
wwqgtxx authored Sep 13, 2017
1 parent 51a1a1e commit 8831d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/you_get/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ def print_version():
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:
Expand Down

0 comments on commit 8831d2c

Please sign in to comment.