Skip to content

Commit

Permalink
MoreNovel : change domain (#7315)
Browse files Browse the repository at this point in the history
Fixes #7313
  • Loading branch information
MikeZeDev authored Aug 12, 2024
1 parent 28b53be commit 306df4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/MoreNovel.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default class MoreNovel extends WordPressMadaraNovel {
super.id = 'morenovel';
super.label = 'Morenovel';
this.tags = [ 'novel', 'indonesian' ];
this.url = 'https://morenovel.net';
this.url = 'https://risenovel.com';

this.novelObstaclesQuery = 'div#text-chapter-toolbar, div.ad, div.go-to-top';
}
}
}

0 comments on commit 306df4e

Please sign in to comment.