Update scrap_new_items.js
This commit is contained in:
parent
45b29b0834
commit
9ee482718b
|
|
@ -384,7 +384,7 @@ async function main() {
|
|||
}
|
||||
// console.log(`Total configs to process: ${configs.length}`);
|
||||
for (const store of configs) {
|
||||
// console.log(`Processing ${store.data}`);
|
||||
console.log(`Processing ${store.data}`);
|
||||
// let items = await scrapeWithCheerio(store);
|
||||
let items = await scrapeWithPuppeteer(store);
|
||||
for (const item of items) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue