diff --git a/gallery_dl/extractor/xenforo.py b/gallery_dl/extractor/xenforo.py index 9a9781c6..7a1ef442 100644 --- a/gallery_dl/extractor/xenforo.py +++ b/gallery_dl/extractor/xenforo.py @@ -260,7 +260,7 @@ class XenforoExtractor(BaseExtractor): return f"{self.root_media}{path}/full", media def _extract_media_ex(self, path, file): - page = self.request(f"{self.root}{path}/").text + page = self.request(f"{self.root_media}{path}/").text schema = self._extract_jsonld(page) main = schema["mainEntity"]