aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/newgrounds.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-08-25 02:01:13 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-08-25 02:01:13 -0400
commit3fd5caf1a580851dd8f4fb823b836f35adb5e606 (patch)
tree2bf418b3f34638d18ed7399e1131708813be09aa /gallery_dl/extractor/newgrounds.py
parentbfa4cc26a1f9a69c03aa23aecc4043ea7e779282 (diff)
parent1df55d9de48105dace9cc16f1511dba3c9a6da6f (diff)
Update upstream source from tag 'upstream/1.30.5'
Update to upstream version '1.30.5' with Debian dir b55f90fa0d2f879e81fbc596c4db65d65264bf4b
Diffstat (limited to 'gallery_dl/extractor/newgrounds.py')
-rw-r--r--gallery_dl/extractor/newgrounds.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gallery_dl/extractor/newgrounds.py b/gallery_dl/extractor/newgrounds.py
index c42453f..ffb4cad 100644
--- a/gallery_dl/extractor/newgrounds.py
+++ b/gallery_dl/extractor/newgrounds.py
@@ -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