[bellazon] unescape 'thread[slug]' metadata

This commit is contained in:
Mike Fährmann
2026-01-07 15:46:48 +01:00
parent 88732321ad
commit 869f601eb7
2 changed files with 40 additions and 1 deletions

View File

@@ -161,8 +161,9 @@ class BellazonExtractor(Extractor):
"author_url" : url_a,
}
thread["id"], _, thread["slug"] = \
thread["id"], _, slug = \
url_t.rsplit("/", 2)[1].partition("-")
thread["slug"] = text.unquote(slug)
if url_a:
thread["author_id"], _, thread["author_slug"] = \