Skip to content

Commit

Permalink
LuminousScans : change domain (#7053)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and ronny1982 committed Jul 27, 2024
1 parent b3d7a0a commit 4ab752c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/LuminousScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export default class LuminousScans extends WordPressMangastream {
super.id = 'luminousscans';
super.label = 'Luminous Scans';
this.tags = [ 'webtoon', 'english' ];
this.url = 'https://www.luminousscans.com';
this.url = 'https://luminouscomics.org';
this.path = '/series/list-mode/';

this.queryChapters = 'div#chapterlist ul li a';
}
}
}

0 comments on commit 4ab752c

Please sign in to comment.