Skip to content

Commit

Permalink
FIX Katakomik: change domain (#6113)
Browse files Browse the repository at this point in the history
and rveert to default mangastream values
  • Loading branch information
MikeZeDev authored and Sheepux committed Jan 2, 2024
1 parent d0df4f7 commit 8c01cd9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/web/mjs/connectors/Katakomik.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ export default class Katakomik extends WordPressMangastream {
super.id = 'katakomik';
super.label = 'Katakomik';
this.tags = ['webtoon', 'indonesian'];
this.url = 'https://www.katakomik.my.id';

this.queryMangas = 'div.bsx a';
this.queryChapters = 'div.eph-num a';
this.queryChaptersTitle = 'span.chapternum';
this.queryPages = 'img.ts-main-image.curdown';
this.url = 'https://katakomik.online';
this.path = '/manga/list-mode/';
}
}

0 comments on commit 8c01cd9

Please sign in to comment.