mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-19 10:16:41 +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
|
"omit": signed64(strhash(omit.text)) if omit else 0
|
||||||
})
|
})
|
||||||
|
|
||||||
# for btn in soup.find_all("input"):
|
for btn in soup.find_all("input"):
|
||||||
# if btn.get("value") == "次のページ":
|
if btn.get("value") == "次のページ":
|
||||||
# return threads, urljoin(r.url, btn.parent.get("action"))
|
return threads, urljoin(r.url, btn.parent.get("action"))
|
||||||
return threads, None
|
return threads, None
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user