Skip to content

Commit

Permalink
[exhentai] add slash to the end of gallery URLs (#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Sep 21, 2022
1 parent 2787c85 commit 94b34f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/exhentai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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">&gt;<' in page or ">No hits found</p>" in page:
return
Expand Down

0 comments on commit 94b34f4

Please sign in to comment.