From a7c1a58110df0e365b43e2dd3849ae72124a11ec Mon Sep 17 00:00:00 2001 From: MikeZeDev Date: Tue, 16 Apr 2024 05:39:05 +0000 Subject: [PATCH] Fix LxHentai: change domain (#6970) Fixes https://github.com/manga-download/hakuneko/issues/6968 --- src/web/mjs/connectors/LxHentai.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/mjs/connectors/LxHentai.mjs b/src/web/mjs/connectors/LxHentai.mjs index a51937b1023..21cd3abf489 100644 --- a/src/web/mjs/connectors/LxHentai.mjs +++ b/src/web/mjs/connectors/LxHentai.mjs @@ -7,7 +7,7 @@ export default class LxHentai extends MojoPortalComic { super.id = 'lxhentai'; super.label = 'LXHENTAI'; this.tags = [ 'manga', 'hentai', 'vietnamese' ]; - this.url = 'https://lxmanga.net'; + this.url = 'https://lxmanga.cc'; this.queryMangaTitle = 'head title'; this.queryChapter = 'div.justify-between ul.overflow-y-auto a';