Skip to content

Commit

Permalink
MangaWT: change domain
Browse files Browse the repository at this point in the history
Fixes #7242
  • Loading branch information
MikeZeDev authored Jul 6, 2024
1 parent d05438b commit 021b530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/MangaWT.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default class MangaWT extends WordPressMadara {
super.id = 'mangawt';
super.label = 'MangaWT';
this.tags = [ 'webtoon', 'turkish' ];
this.url = 'https://www.mangawt.com';
this.url = 'https://mangawt.net';

this.language = 'tr';
}
}
}

0 comments on commit 021b530

Please sign in to comment.