[mangakakalot] update domain

the old one still works, but it incurs a redirect
This commit is contained in:
Mike Fährmann
2023-09-19 00:15:26 +02:00
parent 3ecb512722
commit 0655ce1bae

View File

@@ -19,7 +19,7 @@ BASE_PATTERN = r"(?:https?://)?(?:ww[\dw]?\.)?mangakakalot\.tv"
class MangakakalotBase():
"""Base class for mangakakalot extractors"""
category = "mangakakalot"
root = "https://ww3.mangakakalot.tv"
root = "https://ww6.mangakakalot.tv"
class MangakakalotChapterExtractor(MangakakalotBase, ChapterExtractor):