From a29b86c8d2a1f775abb5057c222f8f300992ee2c Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 12 Jan 2024 00:07:11 -0300 Subject: [PATCH] dia: solo pedir sitemap --- link-scrapers/dia.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/link-scrapers/dia.ts b/link-scrapers/dia.ts index e3a0c73..0464ded 100644 --- a/link-scrapers/dia.ts +++ b/link-scrapers/dia.ts @@ -68,7 +68,10 @@ const categorias = [ ]; export async function scrapDiaProducts() { - await Promise.all([scrapBySite(), scrapBySitemap()]); + await Promise.all([ + // scrapBySite(), + scrapBySitemap(), + ]); } async function scrapBySitemap() {