diff --git a/gallery_dl/extractor/livedoor.py b/gallery_dl/extractor/livedoor.py index 58dd7ba3..e47b7db7 100644 --- a/gallery_dl/extractor/livedoor.py +++ b/gallery_dl/extractor/livedoor.py @@ -64,7 +64,7 @@ class LivedoorExtractor(Extractor): if not src: continue if "://livedoor.blogimg.jp/" in src: - url = src.replace("-s.", ".") + url = src.replace("http:", "https:", 1).replace("-s.", ".") else: url = text.urljoin(self.root, src) name, _, ext = url.rpartition("/")[2].rpartition(".")