Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/orangecoding/fredy
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecoding committed Jan 26, 2024
2 parents 172c039 + 4ab1fd9 commit 2d8121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider/immoscout.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config = {
id: '.result-list-entry@data-obid | int',
price: '.result-list-entry .result-list-entry__criteria .grid-item:first-child dd | removeNewline | trim',
size: '.result-list-entry .result-list-entry__criteria .grid-item:nth-child(2) dd | removeNewline | trim',
title: '.result-list-entry .result-list-entry__brand-title-container h5 | removeNewline | trim',
title: '.result-list-entry .result-list-entry__brand-title-container h2 | removeNewline | trim',
link: '.result-list-entry .result-list-entry__brand-title-container@href',
address: '.result-list-entry .result-list-entry__map-link',
},
Expand Down

0 comments on commit 2d8121a

Please sign in to comment.