Skip to content

Commit

Permalink
FiX KomikAV: change domain & rebrnad to APKomik (#6839)
Browse files Browse the repository at this point in the history
Closes #6837
  • Loading branch information
MikeZeDev authored Feb 29, 2024
1 parent 3298228 commit 71580fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/mjs/connectors/KomikAV.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export default class KomikAV extends WordPressMangastream {
constructor() {
super();
super.id = 'komikav';
super.label = 'KomikAV';
super.label = 'APKomik';
this.tags = [ 'manga', 'indonesian' ];
this.url = 'https://komikav.com';
this.url = 'https://apkomic.cc';
this.path = '/manga/list-mode/';
}
}
}

0 comments on commit 71580fe

Please sign in to comment.