add test for 'Extractor.initialize()' (#4359)
This commit is contained in:
@@ -114,8 +114,7 @@ class MangahereMangaExtractor(MangahereBase, MangaExtractor):
|
||||
("https://m.mangahere.co/manga/aria/"),
|
||||
)
|
||||
|
||||
def __init__(self, match):
|
||||
MangaExtractor.__init__(self, match)
|
||||
def _init(self):
|
||||
self.cookies.set("isAdult", "1", domain="www.mangahere.cc")
|
||||
|
||||
def chapters(self, page):
|
||||
|
||||
Reference in New Issue
Block a user