From b5b4b4ddbb45693aa7600638a6a6b1b78654ec06 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Sun, 26 Oct 2025 22:53:25 +0000 Subject: [PATCH] Update temp/temp.js --- temp/temp.js | 48 +++++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/temp/temp.js b/temp/temp.js index 9143c6d..4ee32a3 100644 --- a/temp/temp.js +++ b/temp/temp.js @@ -110,7 +110,6 @@ async function extractChapters(url) { return []; } } - async function extractText(url) { try { const response = await soraFetch(url); @@ -124,22 +123,25 @@ async function extractText(url) {
- +