upgrading pois

This commit is contained in:
orangecoding
2026-05-12 19:28:58 +02:00
parent bcd3042026
commit 0cbfa25062
10 changed files with 19 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ let appliedBlackList = [];
async function fetchDetails(listing, browser) {
try {
const html = await puppeteerExtractor(listing.link, 'body', { browser });
const html = await puppeteerExtractor(listing.link, 'body', { browser, name: 'sparkasse_details' });
const $ = cheerio.load(html);
const nextDataRaw = $('#__NEXT_DATA__').text;