From 94b34f460eb5c77e94054ed47cf7f07f155295be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 21 Sep 2022 17:52:34 +0200 Subject: [PATCH] [exhentai] add slash to the end of gallery URLs (#2947) --- gallery_dl/extractor/exhentai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/exhentai.py b/gallery_dl/extractor/exhentai.py index 01ba03aa8e4..e37e81b2a70 100644 --- a/gallery_dl/extractor/exhentai.py +++ b/gallery_dl/extractor/exhentai.py @@ -505,7 +505,7 @@ def items(self): if url == last: continue last = url - yield Message.Queue, url, data + yield Message.Queue, url + "/", data if 'class="ptdd">><' in page or ">No hits found

" in page: return