Skip to content

Commit

Permalink
update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev committed Nov 14, 2024
1 parent 86e4551 commit 87543c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/engine/websites/LxHentai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function ChapterExtractor(anchor: HTMLAnchorElement) {
export default class extends DecoratableMangaScraper {

public constructor() {
super('lxhentai', `LxHentai (Hentai LXX)`, 'https://lxmanga.site', Tags.Language.Vietnamese, Tags.Media.Manga, Tags.Rating.Pornographic, Tags.Source.Aggregator);
super('lxhentai', `LxHentai (Hentai LXX)`, 'https://lxmanga.store', Tags.Language.Vietnamese, Tags.Media.Manga, Tags.Rating.Pornographic, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/LxHentai_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
title: 'LxHentai (Hentai LXX)'
},
container: {
url: 'https://lxmanga.site/truyen/nu-than-ke-ben',
url: 'https://lxmanga.store/truyen/nu-than-ke-ben',
id: '/truyen/nu-than-ke-ben',
title: 'Nữ thần kế bên'
},
Expand Down

0 comments on commit 87543c4

Please sign in to comment.