Skip to content

Commit

Permalink
FIX RandomScan : change url
Browse files Browse the repository at this point in the history
Fixes #5031

(As there is no cloudflare for now)
  • Loading branch information
MikeZeDev authored Aug 30, 2023
1 parent b98eebd commit 452b006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/mjs/connectors/RandomScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export default class RandomScan extends WordPressMadara {
constructor() {
super();
super.id = 'randomscan';
super.label = 'Random Scan';
super.label = 'Random Scans';
this.tags = [ 'manga', 'webtoon', 'portuguese' ];
this.url = 'https://randomscan.online';
this.url = 'https://randomscans.com';
}
}
}

0 comments on commit 452b006

Please sign in to comment.