1
0
forked from 50n50/sources

Update animepahe/animepahe.js

This commit is contained in:
aka paul
2026-01-03 20:31:12 +00:00
parent e90e56a163
commit dc859c0dbf
-3
View File
@@ -93,9 +93,6 @@ async function extractEpisodes(url) {
} catch (pageErr) {
retries++;
console.log("Page", p, "error:", pageErr.message);
if (retries < 3) {
await new Promise(resolve => setTimeout(resolve, 1000));
}
}
}
if (pageData) {