Open lorgio opened 10 years ago
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 the file, rather than append to it.
https://github.com/wuchengwei/node-wget/blob/master/lib/wget.js#L36
+1
@wuchengwei possible to merge this :) ? (or add an option to switch between append/write) ?
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 the file, rather than append to it.
https://github.com/wuchengwei/node-wget/blob/master/lib/wget.js#L36