Skip to content

Commit

Permalink
add image to 1a-immobilien
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovvladi committed Aug 14, 2024
1 parent 2244eaa commit 05044ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/provider/einsAImmobilien.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const config = {
rooms: '.tabelle .inner_object_data .data_boxes div:nth-child(2)',
title: '.tabelle .inner_object_data .tabelle_inhalt_titel_black | removeNewline | trim',
description: '.tabelle .inner_object_data .objekt_beschreibung | removeNewline | trim',
image: '.tabelle .inner_object_pic img@src',
},
normalize: normalize,
filter: applyBlacklist,
Expand Down

0 comments on commit 05044ca

Please sign in to comment.