Skip to content

Commit

Permalink
FIX WestManga: change domain (#6384)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Nov 3, 2023
1 parent aaea751 commit ff83c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/WestManga.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class WestManga extends WordPressMangastream {
super.id = 'westmanga';
super.label = 'WestManga';
this.tags = [ 'manga', 'indonesian' ];
this.url = 'https://westmanga.info';
this.url = 'https://westmanga.org';
this.path = '/manga/list-mode/';
}
}
}

0 comments on commit ff83c0c

Please sign in to comment.