Skip to content

Commit

Permalink
LuminousScans : change domain (#7053)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev committed May 5, 2024
1 parent 5b286c5 commit 5d698c3
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 5d698c3

Please sign in to comment.