mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-10 14:06:42 +00:00
fix plus4chan
This commit is contained in:
parent
6da2cd54c3
commit
a971ac8c5d
@ -45,7 +45,7 @@ class Plus4ChanHelper(ChanHelper):
|
|||||||
|
|
||||||
threads.append({
|
threads.append({
|
||||||
"id": int(threadEl.get("id")[1:]),
|
"id": int(threadEl.get("id")[1:]),
|
||||||
"omit": int(omit.text.split(" ")[1]) if omit else 0
|
"omit": int(omit.text.strip().split(" ")[1]) if omit else 0
|
||||||
})
|
})
|
||||||
|
|
||||||
for link in soup.find_all("a", href=lambda x: x):
|
for link in soup.find_all("a", href=lambda x: x):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user