Open metaprime opened 9 years ago
I think the e-hentai ripper is one of those rippers that needs to download each image from a specific page.
gallery.html
)
image1.html
*.jpg
) from the pageThe ripper does not know if it's a duplicate until Step 3, when we have the image URL & are about to download it. At that point, we're already fetching the image's HTML page and likely need to throttle those requests.
But I think there could be extra logic to detect duplicates before Step 2.
The ripper has delays to prevent the website from blocking downloads on a timeout. However, when re-ripping an album, images which have already been downloaded should not trigger this delay. For re-ripping a couple of images which were perhaps deleted by mistake or corrupted, or to resume a stopped rip, this will help a lot in speeding up the productive part of the download.