merge #7379: [everia] fix 'title' extraction

This commit is contained in:
Mike Fährmann
2025-04-17 08:25:45 +02:00

View File

@@ -57,7 +57,7 @@ class EveriaPostExtractor(EveriaExtractor):
data = {
"title": text.unescape(
text.extr(page, 'itemprop="headline">', "</h1>")),
text.extr(page, 'itemprop="headline">', "</h")),
"tags": list(text.extract_iter(page, 'rel="tag">', "</a>")),
"post_url": url,
"post_category": text.extr(