mirror of
https://git.luna-app.eu/50n50/sources
synced 2026-01-12 17:38:37 +01:00
Update animepahe/animepahe.js
This commit is contained in:
parent
e90e56a163
commit
dc859c0dbf
1 changed files with 0 additions and 3 deletions
|
|
@ -93,9 +93,6 @@ async function extractEpisodes(url) {
|
||||||
} catch (pageErr) {
|
} catch (pageErr) {
|
||||||
retries++;
|
retries++;
|
||||||
console.log("Page", p, "error:", pageErr.message);
|
console.log("Page", p, "error:", pageErr.message);
|
||||||
if (retries < 3) {
|
|
||||||
await new Promise(resolve => setTimeout(resolve, 1000));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (pageData) {
|
if (pageData) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue