mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
ups
This commit is contained in:
parent
78e0f3cdee
commit
6507bd944b
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ async function scrapBySite() {
|
|||
await pMap(
|
||||
links,
|
||||
async (url) => {
|
||||
const res = await fetch(url);
|
||||
const res = await fetch(url, { timeout: false });
|
||||
const html = await res.text();
|
||||
const { document } = parseHTML(html);
|
||||
|
||||
|
|
Loading…
Reference in a new issue