Skip to content

Commit

Permalink
Fix YoungChampion: changed CSS for chapters (#6517)
Browse files Browse the repository at this point in the history
works on other websites too
  • Loading branch information
MikeZeDev authored Dec 10, 2023
1 parent d80b6f4 commit 33e01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/YoungChampion.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class YoungChampion extends Connector {
this.queryMangaTitleURI = 'h1.series-h-title span:not([class])';
this.queryManga = 'div.series-box-vertical a';
this.queryMangaTitle = 'h2.title-text';
this.queryChapter = 'div.series-ep-list a#null-false';
this.queryChapter = 'div.series-ep-list a[data-href]';
this.queryChapterTitle = 'span.series-ep-list-item-h-text';
}

Expand Down

0 comments on commit 33e01f4

Please sign in to comment.