mirror of
https://git.luna-app.eu/50n50/sources
synced 2026-01-12 01:18:11 +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) {
|
||||
retries++;
|
||||
console.log("Page", p, "error:", pageErr.message);
|
||||
if (retries < 3) {
|
||||
await new Promise(resolve => setTimeout(resolve, 1000));
|
||||
}
|
||||
}
|
||||
}
|
||||
if (pageData) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue