Skip to content

Commit

Permalink
Fix LxHentai: change domain (#6970)
Browse files Browse the repository at this point in the history
Fixes #6968
  • Loading branch information
MikeZeDev authored Apr 16, 2024
1 parent 32823e1 commit a7c1a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/LxHentai.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a7c1a58

Please sign in to comment.