[xenforo:media-user] fix 'author'/'author_slug' (#8785)

https://github.com/mikf/gallery-dl/issues/8785#issuecomment-3759495156
This commit is contained in:
Mike Fährmann
2026-01-16 14:29:39 +01:00
parent d64ca94361
commit bce802d6c3

View File

@@ -466,7 +466,7 @@ class XenforoMediaUserExtractor(XenforoExtractor):
pnum = groups[-2]
if not self.config("metadata"):
self.kwdict["author"], _, self.kwdict["author_id"] = \
self.kwdict["author_slug"], _, self.kwdict["author_id"] = \
user.rpartition(".")
return self.items_media(f"{groups[-4]}media/users/{user}", pnum)