[exhentai] update wait time before original image download (#978)

depend on 'wait-max', don't use a hard-coded value
This commit is contained in:
Mike Fährmann
2020-09-07 23:48:28 +02:00
parent f6fd449b59
commit a0d916ed41

View File

@@ -193,7 +193,7 @@ class ExhentaiGalleryExtractor(ExhentaiExtractor):
self._check_limits(data)
if "/fullimg.php" in url:
data["extension"] = ""
self.wait(1.5)
self.wait(self.wait_max / 4)
yield Message.Url, url, data
def get_metadata(self, page):