We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d56a6 commit 3c0e9e5Copy full SHA for 3c0e9e5
lib/provider/immowelt.js
@@ -16,7 +16,7 @@ function applyBlacklist(o) {
16
const config = {
17
url: null,
18
crawlContainer:
19
- 'div[data-testid="serp-card-testid"]:not(div[data-testid="serp-enlargementlist-testid"] div[data-testid="serp-card-testid"])',
+ 'div[data-testid="serp-core-scrollablelistview-testid"]:not(div[data-testid="serp-enlargementlist-testid"] div[data-testid="serp-card-testid"])',
20
sortByDateParam: 'order=DateDesc',
21
crawlFields: {
22
id: 'a@id',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fredy",
3
- "version": "10.4.3",
+ "version": "10.4.4",
4
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
5
"scripts": {
6
"start": "node prod.js",
0 commit comments