[exhentai] add slash to the end of gallery URLs (#2947)
This commit is contained in:
@@ -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">><' in page or ">No hits found</p>" in page:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user