diff --git a/gallery_dl/extractor/readcomiconline.py b/gallery_dl/extractor/readcomiconline.py index 0e3511e7..ebd0d8e2 100644 --- a/gallery_dl/extractor/readcomiconline.py +++ b/gallery_dl/extractor/readcomiconline.py @@ -20,7 +20,6 @@ class ReadcomiconlineBase(): filename_fmt = "{comic}_{issue:>03}_{page:>03}.{extension}" archive_fmt = "{issue_id}_{page}" root = "https://readcomiconline.to" - useragent = "Wget/1.19.2 (linux-gnu)" request = cloudflare.request_func @@ -40,19 +39,22 @@ class ReadcomiconlineComicExtractor(ReadcomiconlineBase, MangaExtractor): "keyword": "f5ba5246cd787bb750924d9690cb1549199bd516", }), ] - scheme = "https" def __init__(self, match): MangaExtractor.__init__(self, match, self.root + match.group(1)) - self.session.headers["User-Agent"] = self.useragent def chapters(self, page): results = [] - comic, pos = text.extract(page, '