mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
dia: solo pedir sitemap
This commit is contained in:
parent
76cd8f3658
commit
a29b86c8d2
1 changed files with 4 additions and 1 deletions
|
@ -68,7 +68,10 @@ const categorias = [
|
||||||
];
|
];
|
||||||
|
|
||||||
export async function scrapDiaProducts() {
|
export async function scrapDiaProducts() {
|
||||||
await Promise.all([scrapBySite(), scrapBySitemap()]);
|
await Promise.all([
|
||||||
|
// scrapBySite(),
|
||||||
|
scrapBySitemap(),
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
async function scrapBySitemap() {
|
async function scrapBySitemap() {
|
||||||
|
|
Loading…
Reference in a new issue