Update scrap_new_items.js

This commit is contained in:
nguyentrungthat 2025-12-10 15:33:30 +07:00
parent 45b29b0834
commit 9ee482718b
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ async function main() {
} }
// console.log(`Total configs to process: ${configs.length}`); // console.log(`Total configs to process: ${configs.length}`);
for (const store of configs) { for (const store of configs) {
// console.log(`Processing ${store.data}`); console.log(`Processing ${store.data}`);
// let items = await scrapeWithCheerio(store); // let items = await scrapeWithCheerio(store);
let items = await scrapeWithPuppeteer(store); let items = await scrapeWithPuppeteer(store);
for (const item of items) { for (const item of items) {