summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/danbooru.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/danbooru.py')
-rw-r--r--gallery_dl/extractor/danbooru.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gallery_dl/extractor/danbooru.py b/gallery_dl/extractor/danbooru.py
index ef17176..4c93604 100644
--- a/gallery_dl/extractor/danbooru.py
+++ b/gallery_dl/extractor/danbooru.py
@@ -101,8 +101,8 @@ class DanbooruExtractor(BaseExtractor):
if self.extended_metadata:
template = (
- "{}/posts/{}.json"
- "?only=artist_commentary,children,notes,parent"
+ "{}/posts/{}.json?only=artist_commentary,children,notes,"
+ "parent,uploader"
)
resp = self.request(template.format(self.root, post["id"]))
post.update(resp.json())