[poipiku] return 'count' as proper number (#6445)

This commit is contained in:
Mike Fährmann
2024-11-10 08:26:43 +01:00
parent 7916c8bf77
commit 74f1e9a1ac
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ class PoipikuExtractor(Extractor):
post = {
"post_category": extr("<title>[", "]"),
"count" : extr("(", " "),
"count" : text.parse_int(extr("(", " ")),
"post_id" : parts[-1].partition(".")[0],
"user_id" : parts[-2],
"user_name" : text.unescape(extr(