summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/subscribestar.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/subscribestar.py')
-rw-r--r--gallery_dl/extractor/subscribestar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gallery_dl/extractor/subscribestar.py b/gallery_dl/extractor/subscribestar.py
index d4adfed..0abb3ab 100644
--- a/gallery_dl/extractor/subscribestar.py
+++ b/gallery_dl/extractor/subscribestar.py
@@ -43,6 +43,8 @@ class SubscribestarExtractor(Extractor):
item.update(data)
item["num"] = num
text.nameext_from_url(item.get("name") or item["url"], item)
+ if item["url"][0] == "/":
+ item["url"] = self.root + item["url"]
yield Message.Url, item["url"], item
def posts(self):