Ovear / kemono-dl

A simple kemono.party downloader using python.
109 stars 11 forks source link

multithreaded downloading #6

Open Quinten0508 opened 1 year ago

Quinten0508 commented 1 year ago

Any chance of getting this downloader to download multiple files simultaneously via multithreading? It would greatly speed up the downloading process!

Ovear commented 1 year ago

Hi,

Thanks for the suggestion.

This feature is technically feasible, but I am not sure if it works with Kemono as the load of Kemono's server is very heavy, and they enabled DDOS protection which may block kemono-dl download files even in single thread. Just like #5 said.

We need more information and tests at this time, but will implement it if it's possible.