Skip to content

Commit

Permalink
[mangakakalot] update domain
Browse files Browse the repository at this point in the history
the old one still works, but it incurs a redirect
  • Loading branch information
mikf committed Sep 18, 2023
1 parent 3ecb512 commit 0655ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/mangakakalot.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class MangakakalotBase():
"""Base class for mangakakalot extractors"""
category = "mangakakalot"
root = "https://ww3.mangakakalot.tv"
root = "https://ww6.mangakakalot.tv"


class MangakakalotChapterExtractor(MangakakalotBase, ChapterExtractor):
Expand Down

0 comments on commit 0655ce1

Please sign in to comment.