mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-10 14:06:42 +00:00
fix 0chan
This commit is contained in:
parent
a971ac8c5d
commit
046467f535
@ -78,5 +78,5 @@ class ZerochanHtmlChanHelper(DoushioHtmlChanHelper):
|
|||||||
"type": "thread",
|
"type": "thread",
|
||||||
"html": str(op_el),
|
"html": str(op_el),
|
||||||
"time": int(datetime.datetime.strptime(_ru_datefmt(op_el.find("time").text),
|
"time": int(datetime.datetime.strptime(_ru_datefmt(op_el.find("time").text),
|
||||||
"%d %b %Y %H:%M").timestamp())
|
"%d %b %Y %H:%M:%S").timestamp())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user