Skip to content

Commit

Permalink
fixing immowelt
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecoding committed Dec 10, 2024
1 parent f5d56a6 commit 3c0e9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/provider/immowelt.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function applyBlacklist(o) {
const config = {
url: null,
crawlContainer:
'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"])',
sortByDateParam: 'order=DateDesc',
crawlFields: {
id: 'a@id',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fredy",
"version": "10.4.3",
"version": "10.4.4",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"start": "node prod.js",
Expand Down

0 comments on commit 3c0e9e5

Please sign in to comment.