kevva / download

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

Download synchronous #90

Closed MakhouT closed 8 years ago

MakhouT commented 8 years ago

Can you add a feature that let's you download files synchronously. Instead all at the same time. I'm passing a lot of links but it's not handling it well as there are a lot of files to download. Some files don't finish downloading, this is also seen in download-status.

shinnn commented 8 years ago

Thanks for the suggestion but probably we won't implement this feature. Synchronous HTTP request is totally a bad practice.

kevva commented 8 years ago

Yup, what @shinnn said.