diff --git a/gallery_dl/extractor/exhentai.py b/gallery_dl/extractor/exhentai.py index 4e2a0d7f..edd3e4a8 100644 --- a/gallery_dl/extractor/exhentai.py +++ b/gallery_dl/extractor/exhentai.py @@ -28,18 +28,19 @@ class Extractor(BasicExtractor): text = self.request(url).text # extract information - _ , pos = e(text, '
', ' :: ', pos) - orgurl, pos = e(text, 'http://exhentai.org/fullimg.php', '"', pos) - if orgurl: url = "http://exhentai.org/fullimg.php" + unescape(orgurl) - yield url, name_fmt.format(self.gid, 1, imgkey, name) - + _ , pos = e(text, '