Skip to content

Commit

Permalink
fix sakuranovel again
Browse files Browse the repository at this point in the history
  • Loading branch information
K1ngfish3r committed Nov 1, 2023
1 parent a936825 commit efcf49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/id/sakuranovel.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const parseChapter = async (novelUrl, chapterUrl) => {
let loadedCheerio = cheerio.load(body);

const chapterName = loadedCheerio('.title-chapter').text();
const chapterText = loadedCheerio('.readers').html();
const chapterText = loadedCheerio('.reader-setting').next().next().html();

const chapter = {
sourceId,
Expand Down

0 comments on commit efcf49e

Please sign in to comment.