mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-13 20:49:03 +00:00
add plus4chan
This commit is contained in:
@@ -41,7 +41,7 @@ class Kev4PhpHelper(ChanHelper):
|
||||
|
||||
for threadEl in soup.find_all("p", class_="info"):
|
||||
threads.append({
|
||||
"id": int(threadEl.find("a").get("id")[len("expandButtun"):]),
|
||||
"id": int(threadEl.find("a").get("id")[len("expandButton"):]),
|
||||
"omit": int(threadEl.text.split(" ")[1])
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user