Skip to content

Commit

Permalink
Update KomikCast.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Aug 26, 2023
1 parent 371a1f9 commit 2aa2ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/KomikCast.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class KomikCast extends WordPressMangastream {
this.queryMangas = 'div.text-mode_list-items ul li a.series, div.text-mode_list-items ul li a.text-mode_list-item';
this.queryChapters = 'div.komik_info-chapters ul li.komik_info-chapters-item a.chapter-link-item';
this.queryChaptersTitle = undefined;
this.queryPages = 'div.main-reading-area source[src^="http"], div.separator img[src^="http"]';
this.queryPages = 'div.main-reading-area source[src^="http"], div.separator source[src^="http"]';
}

async _initializeConnector() {
Expand Down

0 comments on commit 2aa2ac8

Please sign in to comment.