diff --git a/src/sources/id/sakuranovel.js b/src/sources/id/sakuranovel.js index fb6becf18..f2064b2df 100644 --- a/src/sources/id/sakuranovel.js +++ b/src/sources/id/sakuranovel.js @@ -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,