ccloli / E-Hentai-Downloader

Download E-Hentai archive as zip file
GNU General Public License v3.0
1.82k stars 137 forks source link

Multiple downloads #209

Open pafke2 opened 2 years ago

pafke2 commented 2 years ago

Hello, is it possible to mark multiple galleries beforehand by a check mark (just an example) and then download all checked galleries with one download click? insted of how it works now where you have to open gallery one by one and download each one separately.

Fadds commented 2 years ago

Also, there is another problem with downloading: I can't start downloading two galleries at the same time, because with a limit of 5 pictures / sec, a total of 10 pictures / sec will download in two galleries and I will get a ban. It would be great to add something like a queue for sequential downloads.

ccloli commented 2 years ago

@pafke2

The script doesn't support download queue, you have to open the tab one by one to download each of them, and there's no plan to support it.


@Fadds

The script is running on each page individually, you can say each tab is a new session, and they cannot communicate with each other, and its structure means it cannot do this. So for the way it works for now, the script don't have something like queue or schedule to control the download threads of all the tabs.