mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-10 14:06:42 +00:00
whoops
This commit is contained in:
parent
1f21805667
commit
4083048bde
@ -71,9 +71,9 @@ class Chan2Helper(ChanHelper):
|
||||
"omit": signed64(strhash(omit.text)) if omit else 0
|
||||
})
|
||||
|
||||
# for btn in soup.find_all("input"):
|
||||
# if btn.get("value") == "次のページ":
|
||||
# return threads, urljoin(r.url, btn.parent.get("action"))
|
||||
for btn in soup.find_all("input"):
|
||||
if btn.get("value") == "次のページ":
|
||||
return threads, urljoin(r.url, btn.parent.get("action"))
|
||||
return threads, None
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user