Skip to content

Commit

Permalink
fix: fix flt_pageurl again
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored Oct 25, 2024
1 parent 58f794f commit 9beaf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xeHentai/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def flt_pageurl(r, suc, fail):
# input gallery response
# add per image urls if suc; finish task if fail
picpage = re.findall(
'<a href="(%s/./[a-f0-9]{10}/\d+\-\d+)"><img title="Page' % RESTR_SITE,
'<a href="(%s/./[a-f0-9]{10}/\d+\-\d+)"><div title="Page' % RESTR_SITE,
r.text)
if not picpage:
fail(ERR_NO_PAGEURL_FOUND)
Expand Down

0 comments on commit 9beaf3c

Please sign in to comment.