Update mangafreak/mangafreak.js
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user