mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 11:36:20 +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(
|
await pMap(
|
||||||
links,
|
links,
|
||||||
async (url) => {
|
async (url) => {
|
||||||
const res = await fetch(url);
|
const res = await fetch(url, { timeout: false });
|
||||||
const html = await res.text();
|
const html = await res.text();
|
||||||
const { document } = parseHTML(html);
|
const { document } = parseHTML(html);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue