[hotleak] fix AttributeError (#5950)

fixes regression introduced in 0432e057
pull/3467/merge
Mike Fährmann 1 month ago
parent ff4e53adac
commit 575e5df539
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -23,7 +23,7 @@ class HotleakExtractor(Extractor):
def items(self):
for post in self.posts():
if self.type == "photo":
if not post["url"].startswith("ytdl:"):
post["url"] = (
post["url"]
.replace("/storage/storage/", "/storage/")

@ -13,20 +13,20 @@ __tests__ = (
"#url" : "https://hotleak.vip/kaiyakawaii/photo/1617145",
"#category": ("", "hotleak", "post"),
"#class" : hotleak.HotleakPostExtractor,
"#pattern" : r"https://hotleak\.vip/storage/images/3625/1617145/fefdd5988dfcf6b98cc9e11616018868\.jpg",
"#urls" : "https://image-cdn.hotleak.vip/storage/images/e98/18ad68/18ad68.webp",
"id" : 1617145,
"creator" : "kaiyakawaii",
"type" : "photo",
"filename" : "fefdd5988dfcf6b98cc9e11616018868",
"extension": "jpg",
"filename" : "18ad68",
"extension": "webp",
},
{
"#url" : "https://hotleak.vip/lilmochidoll/video/1625538",
"#category": ("", "hotleak", "post"),
"#class" : hotleak.HotleakPostExtractor,
"#pattern" : r"ytdl:https://cdn8-leak\.camhdxx\.com/1661/1625538/index\.m3u8",
"#pattern" : r"ytdl:https://cdn\d+-leak\.camhdxx\.com/.+,\d+/1661/1625538/index\.m3u8",
"id" : 1625538,
"creator" : "lilmochidoll",

Loading…
Cancel
Save