fix: photo mode

pull/5547/head
simonlkch 5 months ago
parent 7a210a4659
commit f574cce30b

@ -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:

Loading…
Cancel
Save