[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:
|
if url == last:
|
||||||
continue
|
continue
|
||||||
last = url
|
last = url
|
||||||
yield Message.Queue, url, data
|
yield Message.Queue, url + "/", data
|
||||||
|
|
||||||
if 'class="ptdd">><' in page or ">No hits found</p>" in page:
|
if 'class="ptdd">><' in page or ">No hits found</p>" in page:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user