AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
214 stars 28 forks source link

Load login credentials from file #16

Closed wlerin closed 6 years ago

wlerin commented 6 years ago

Add an option to load a user's credentials (username, password) from a file, rather than supplying them both on the commandline. This improves security on Linux, where command line arguments are visible to anyone who can view running processes; and also makes it slightly easier to use generated passwords.

AlexAplin commented 6 years ago

.netrc support is already implemented with -n.