derpibooru-downloader
derpibooru-downloader copied to clipboard
Asynchronous Requests
Hello, I noticed while using this program that is seems to wait for one picture to finish downloading before it begins the next. This is terribly inefficient and causes outrageous wait times to try to download anything more than a few hundred pictures. This could be solved by creating batches of asynchronous requests, say keeping 10 open at a time just to pick a number, so that we can download more efficiently. Thank you for your work!
I will be looking into async downloading in v3.0
Love the idea, just make sure to add pipe control to it so the program doesn't get the same request twice.