max-mapper / nugget

minimalist wget clone written in node. HTTP GET files and downloads them into the current directory
BSD 3-Clause "New" or "Revised" License
168 stars 30 forks source link

Allow redirects #26

Open njbmartin opened 6 years ago

njbmartin commented 6 years ago

https://github.com/maxogden/nugget/blob/6cbe989c81ae29c50e2f215c49c22f3cff427dbb/index.js#L169

This does not allow redirects (302). Could this not be bumped to 400?

Opened on behalf of: https://github.com/electron-userland/electron-download/pull/53