aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/redgifs.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/redgifs.py')
-rw-r--r--gallery_dl/extractor/redgifs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/redgifs.py b/gallery_dl/extractor/redgifs.py
index 164fdf4..de8b82e 100644
--- a/gallery_dl/extractor/redgifs.py
+++ b/gallery_dl/extractor/redgifs.py
@@ -135,7 +135,7 @@ class RedgifsCollectionsExtractor(RedgifsExtractor):
def items(self):
base = f"{self.root}/users/{self.key}/collections/"
for collection in self.api.collections(self.key):
- url = f"{base}{collection['folderId']}"
+ url = base + collection["folderId"]
collection["_extractor"] = RedgifsCollectionExtractor
yield Message.Queue, url, collection