From f574cce30b49e2770619ef9cd13b257c131613c1 Mon Sep 17 00:00:00 2001 From: simonlkch Date: Fri, 3 May 2024 10:44:12 +0000 Subject: [PATCH] fix: photo mode --- gallery_dl/extractor/hotleakstv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/hotleakstv.py b/gallery_dl/extractor/hotleakstv.py index 852bda1d..549c21ea 100644 --- a/gallery_dl/extractor/hotleakstv.py +++ b/gallery_dl/extractor/hotleakstv.py @@ -128,7 +128,7 @@ class HotleakstvCreatorExtractor(HotleakstvExtractor): if post["type"] == 0: data["type"] = "photo" - data["url"] = self.root + "/storage/" + post["image"] + data["url"] = post["player"] text.nameext_from_url(data["url"], data) elif post["type"] == 1: