mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-26 12:42:29 +01:00
[hentaicosplays] force 'https://' for download URLs
This commit is contained in:
parent
fc1101779c
commit
8ac68ffba2
@ -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="', '"')
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user