Skip to content

Commit

Permalink
Fix MangaStarz : change domain (manga-download#6901)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and serge-reboul committed Jun 30, 2024
1 parent cf39791 commit de50d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/MangaStarz.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class MangaStarz extends WordPressMadara {
super.id = 'mangastarz';
super.label = 'مانجا ستارز (Mangastarz)';
this.tags = [ 'manga', 'webtoon', 'arabic' ];
this.url = 'https://mangastarz.org';
this.url = 'https://manga-starz.com';
}
}
}

0 comments on commit de50d62

Please sign in to comment.