Skip to content

Commit

Permalink
FIX RealmScans: change url
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Jul 4, 2023
1 parent ecb8350 commit 8808a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/RealmScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class RealmScans extends WordPressMangastream {
super.id = 'realmscans';
super.label = 'RealmScans';
this.tags = [ 'manga', 'english' ];
this.url = 'https://realmscans.com';
this.url = 'https://realmscans.xyz';
this.path = '/series/?list';
}
async _getPages(chapter) {
Expand Down

0 comments on commit 8808a4f

Please sign in to comment.