From 464ea90d14392d4550f1bc20d38e4408715216ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 14 Sep 2022 16:06:27 +0200 Subject: [PATCH] [exhentai] guess extension for original files (#2842) makes it possible to sometimes, when guessed correctly ('.jpg'), skip an original file download without costing image limit points --- gallery_dl/extractor/exhentai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gallery_dl/extractor/exhentai.py b/gallery_dl/extractor/exhentai.py index 712575cb..01ba03aa 100644 --- a/gallery_dl/extractor/exhentai.py +++ b/gallery_dl/extractor/exhentai.py @@ -219,7 +219,6 @@ class ExhentaiGalleryExtractor(ExhentaiExtractor): if self.limits: self._check_limits(data) if "/fullimg.php" in url: - data["extension"] = "" data["_http_validate"] = _validate_response else: data["_http_validate"] = None