leeroybrun / node-mt-files-downloader

Simple module letting you download a file from the web, compute stats, retry in case of error, etc
MIT License
84 stars 44 forks source link

Raise error on 404 return code #7

Open Gregy opened 8 years ago

Gregy commented 8 years ago

Hello, mt-files-downloader hapilly downloads error pages instead of content. For example if server returns 404 . I think error should be raised instead.

leeroybrun commented 8 years ago

Yes, you are right, thanks for the suggestion.

I will try to include this when updating to the latest version of mt-downloader ( #5 )

Gregy commented 8 years ago

Thank you :)