Skip to content

Commit

Permalink
KomikIndo: change domain (#7420)
Browse files Browse the repository at this point in the history
Fixes #7418
  • Loading branch information
MikeZeDev authored Sep 24, 2024
1 parent 909b5d4 commit 6a31c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/mjs/connectors/KomikIndo.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class KomikIndo extends WordPressMangastream {
super.id = 'komikindo';
super.label = 'KomikIndo';
this.tags = [ 'manga', 'indonesian' ];
this.url = 'https://komikindo.co';
this.path = '/manga-list/?list';
this.url = 'https://komiksin.id';
this.path = '/manga/list-mode/';
}
}
}

0 comments on commit 6a31c1f

Please sign in to comment.