kevva / download

Download and extract files
MIT License
1.28k stars 200 forks source link

Re-enable support for download-status #56

Closed piranna closed 9 years ago

piranna commented 9 years ago

On 4.x.x, support for download-status was removed, so now there's no way to have a feedback of the current progress. Since now several files can be downloaded at once, it would be ok, if the download progress is the total of all the files, but a better option is to have support for an independent progress for each file if they don't interfere in the screen.

kevva commented 9 years ago

Yup, just need https://github.com/sindresorhus/got/pull/41 to be merged.

piranna commented 9 years ago

Thank you.