kevva / download

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

Add files to current download instance #57

Closed piranna closed 9 years ago

piranna commented 9 years ago

Allow to add a file to be downloaded to a current executing instance, updating the global process statistics

kevva commented 9 years ago

This is never going to work since .run() needs to finish. What are you trying to accomplish with this anyway?

piranna commented 9 years ago

Isn't there any sort or queue where to add files to be downloaded? Should I use a new Download instance?

kevva commented 9 years ago

You can add as many files as you want before executing .run(). If you want to download more files after you have to use a new instance, yes.

piranna commented 9 years ago

Ok, I hope could be able to add them later, too.