Skip to content

Commit

Permalink
BacaKomik: change domain (#7628)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Dec 27, 2024
1 parent 2e57d19 commit 4d82ab9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/web/mjs/connectors/BacaKomik.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export default class BacaKomik extends WordPressMangastream {
super.id = 'bacakomik';
super.label = 'BacaKomik';
this.tags = [ 'manga', 'indonesian' ];
this.url = 'https://bacakomik.co';
this.path = '/daftar-manga/?list';
this.url = 'https://bacakomik.one';
this.path = '/daftar-komik/?list';

this.queryMangas = 'div.cpp div.daftarkartun div.jdlbar ul li a.tip';
this.queryChapters = 'div.eps_lst ul li span.lchx a';
this.queryChaptersTitle = undefined;
this.queryPages = 'div.chapter-area div.chapter-content div.chapter-image img';
this.queryPages = 'div#anjay_ini_id_kh img';
}
}
}

0 comments on commit 4d82ab9

Please sign in to comment.