Skip to content

Commit

Permalink
ManhuaScan => KaliScan (#7107)
Browse files Browse the repository at this point in the history
basically, change domain
  • Loading branch information
MikeZeDev authored and ronny1982 committed Jul 27, 2024
1 parent 216f80f commit 0b3de4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/ManhuaScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export default class ManhuaScan extends MadTheme {
constructor() {
super();
super.id = 'manhuascan';
super.label = 'ManhuaScan';
super.label = 'KaliScan';
this.tags = ['manga', 'webtoon', 'hentai', 'multi-lingual'];
this.url = 'https://manhuascan.io';
this.url = 'https://kaliscan.io';
this.requestOptions.headers.set('x-referer', this.url + '/');
}

Expand Down

0 comments on commit 0b3de4a

Please sign in to comment.