Skip to content

Commit

Permalink
TonizuToon : change domain (manga-download#7233)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and serge-reboul committed Jan 17, 2025
1 parent 418b684 commit 8131c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/TonizuToon.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class TonizuToon extends WordPressMadara {
super.id = 'tonizutoon';
super.label = 'Tonizu Toon';
this.tags = [ 'webtoon', 'turkish', 'scanlation' ];
this.url = 'https://tonizu.com';
this.url = 'https://tonizu.xyz';
this.requestOptions.headers.set('x-referer', this.url);
}
}

0 comments on commit 8131c73

Please sign in to comment.