Update mangafreak/mangafreak.js

This commit is contained in:
aka paul
2026-03-07 20:57:15 +00:00
parent 7362a5ddad
commit 5df41e8fc0
+1 -1
View File
@@ -47,7 +47,7 @@ async function extractChapters(url) {
const html = await response.text();
const regex = /<tr>\s*<td><a href="([^"]+)">([^<]+)<\/a><\/td>\s*<td>[^<]+<\/td>\s*<\/tr>/g;
let match;
let index = 0;
let index = 1;
while ((match = regex.exec(html)) !== null) {
results.push([