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 and Sheepux committed Jan 2, 2024
1 parent 86a4c2c commit e851779
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 e851779

Please sign in to comment.