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 Sep 16, 2024
1 parent 0ec3bda commit f60eb0f
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 @@ -28,6 +28,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 f60eb0f

Please sign in to comment.