mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-15 21:39:03 +00:00
add tgchan
This commit is contained in:
@@ -60,8 +60,6 @@ class DesuChanHtmlChanHelper(ChanHelper):
|
||||
|
||||
for post_el in op_el.find_all("table", recursive=False):
|
||||
label = post_el.find("label")
|
||||
if not label:
|
||||
print(post_el)
|
||||
*_, time = label.children
|
||||
yield {
|
||||
"id": int(post_el.find("td", attrs={"class", "reply"}).get("id")[5:]),
|
||||
|
||||
Reference in New Issue
Block a user