mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
Puppeteer improvements (#186)
* improving puppeteer handling * upgrade dependencies * reduce logging * upgrade nanoid
This commit is contained in:
committed by
GitHub
parent
c839f3abc9
commit
11fd18e76a
@@ -23,7 +23,7 @@ const config = {
|
||||
url: null,
|
||||
crawlContainer: '.col-12.mb-4',
|
||||
sortByDateParam: 'Sortierung=Id&Richtung=DESC',
|
||||
waitForSelector: '.nbk-section',
|
||||
waitForSelector: 'div[data-live-name-value="SearchList"]',
|
||||
crawlFields: {
|
||||
id: 'a@href',
|
||||
title: 'a@title | removeNewline | trim',
|
||||
|
||||
Reference in New Issue
Block a user