Skip to content

Commit

Permalink
ComiciViewer : fix manga list CSS (#7202)
Browse files Browse the repository at this point in the history
Tested working with websites

ComicMedu
BigComics
ChampionCross
YoungChampion
MagKan
  • Loading branch information
MikeZeDev committed Jun 22, 2024
1 parent 7171aa2 commit c36ea51
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 @@ -22,7 +22,7 @@ export default class YoungChampion extends Connector {

this.mangaListPath = '/series/list?page={page}';
this.queryMangaTitleURI = 'h1.series-h-title span:not([class])';
this.queryManga = 'div.series-box-vertical a';
this.queryManga = 'div.series-box-vertical > a';
this.queryMangaTitle = 'h2.title-text';
this.queryChapter = 'div.series-ep-list a[data-href]';
this.queryChapterTitle = 'span.series-ep-list-item-h-text';
Expand Down

0 comments on commit c36ea51

Please sign in to comment.