node-wget
node-wget copied to clipboard
A download tool with support for http/https proxy.
Would be nice if we could just pass the URL directly instead of passing the "options" object. Just a suggestion, though.
How do you tell node-wget to follow redirections? I get a `Server respond 302` thrown as an error.
The WriteSteam is set to append, which sometimes is an issue, if you're creating a script that needs to always download a file. It should have the ability to overwrite...
Usage: nwget [URL] [OPTIONS] Example: nwget https://raw.github.com/Fyrd/caniuse/master/data.json -O /tmp/data.json
Follow redirect, very simple approach
Hello, Sometimes I get the following error when downloading content. What can I do about this? After receiving the error in addition it does not give error when I try...
Fixes #11
Using this module for downloading private archive links on Github showed that this package drops the query portion of a url which might contain tokens or credentials for downloading the...
I removed the options.proxy property but got a 301 error.