From 73db1846e1b1ec01e13ee1499d021917f468c197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 18 Dec 2025 08:55:27 +0100 Subject: [PATCH] [furaffinity] fix 'tags' metadata (#8724) Co-authored-by: d-koc <141529764+d-koc@users.noreply.github.com> --- gallery_dl/extractor/furaffinity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/furaffinity.py b/gallery_dl/extractor/furaffinity.py index 53d83e9f..ad57a6b4 100644 --- a/gallery_dl/extractor/furaffinity.py +++ b/gallery_dl/extractor/furaffinity.py @@ -95,7 +95,7 @@ class FuraffinityExtractor(Extractor): if self._new_layout: data["tags"] = text.split_html(extr( - 'class="tags-row">', '')) + "

Keywords

", "")) data["scraps"] = (extr(' submissions">', "<") == "Scraps") data["title"] = text.unescape(extr("

", "

")) data["artist_url"] = extr('title="', '"').strip()