[furaffinity] fix 'tags' metadata (#8724)

Co-authored-by: d-koc <141529764+d-koc@users.noreply.github.com>
This commit is contained in:
Mike Fährmann
2025-12-18 08:55:27 +01:00
parent 982d9908c1
commit 73db1846e1

View File

@@ -95,7 +95,7 @@ class FuraffinityExtractor(Extractor):
if self._new_layout:
data["tags"] = text.split_html(extr(
'class="tags-row">', '</section>'))
"<h3>Keywords</h3>", "</section>"))
data["scraps"] = (extr(' submissions">', "<") == "Scraps")
data["title"] = text.unescape(extr("<h2><p>", "</p></h2>"))
data["artist_url"] = extr('title="', '"').strip()