[exhentai] add slash to the end of gallery URLs (#2947)

This commit is contained in:
Mike Fährmann
2022-09-21 17:52:34 +02:00
parent 2787c8511a
commit 94b34f460e

View File

@@ -505,7 +505,7 @@ class ExhentaiSearchExtractor(ExhentaiExtractor):
if url == last:
continue
last = url
yield Message.Queue, url, data
yield Message.Queue, url + "/", data
if 'class="ptdd">&gt;<' in page or ">No hits found</p>" in page:
return