summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/hentaicosplays.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-11-27 17:57:01 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-11-27 17:57:01 -0500
commit2a817af4fe41289fa705bdc5ee61372333f43996 (patch)
tree544d884724e98184afc1d982f0e9fa59137ef498 /gallery_dl/extractor/hentaicosplays.py
parent7997fa94c82f9a6db63421c0af433f325a8aa607 (diff)
New upstream version 1.26.3.upstream/1.26.3
Diffstat (limited to 'gallery_dl/extractor/hentaicosplays.py')
-rw-r--r--gallery_dl/extractor/hentaicosplays.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/hentaicosplays.py b/gallery_dl/extractor/hentaicosplays.py
index 62df192..d5ff8c8 100644
--- a/gallery_dl/extractor/hentaicosplays.py
+++ b/gallery_dl/extractor/hentaicosplays.py
@@ -42,7 +42,7 @@ class HentaicosplaysGalleryExtractor(GalleryExtractor):
def images(self, page):
return [
- (url, None)
+ (url.replace("http:", "https:", 1), None)
for url in text.extract_iter(
page, '<amp-img class="auto-style" src="', '"')
]