fix 0chan

This commit is contained in:
simon987 2020-12-20 21:09:11 -05:00
parent a971ac8c5d
commit 046467f535

View File

@ -78,5 +78,5 @@ class ZerochanHtmlChanHelper(DoushioHtmlChanHelper):
"type": "thread",
"html": str(op_el),
"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())
}