Skip to content

Commit

Permalink
FIX RandomScan : change url (#6177)
Browse files Browse the repository at this point in the history
* FIX RandomScan : change url

Fixes #5031

(As there is no cloudflare for now)

* Update RandomScan.mjs
  • Loading branch information
MikeZeDev authored Sep 3, 2023
1 parent e69fc21 commit e0ecd12
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://randomscanlators.net';
}
}
}

0 comments on commit e0ecd12

Please sign in to comment.