[newgrounds] extract 'slug' metadata (#8064)

This commit is contained in:
Mike Fährmann
2025-08-17 17:13:26 +02:00
parent c71766e6ab
commit 7c10fce562
2 changed files with 18 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ class NewgroundsExtractor(Extractor):
data["tags"].sort()
data["user"] = self.user or data["artist"][0]
data["slug"] = post_url[post_url.rfind("/")+1:]
data["post_url"] = post_url
return data