mirror of
https://github.com/catdevnull/preciazo.git
synced 2025-02-17 00:34:04 +00:00
esperar mas
This commit is contained in:
parent
525510a8dd
commit
1ce87c4fce
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export async function downloadList(path: string) {
|
|||
list,
|
||||
async (urlS) => {
|
||||
let res: ScrapResult = { type: "skipped" };
|
||||
for (let attempts = 0; attempts < 3; attempts++) {
|
||||
for (let attempts = 0; attempts < 6; attempts++) {
|
||||
if (attempts !== 0) await wait(1500);
|
||||
res = await scrap(urlS);
|
||||
if (res.type === "done" || res.type === "skipped") {
|
||||
|
|
Loading…
Reference in a new issue