Skip to content

Commit

Permalink
fix: fix size value
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiovega-opti committed Apr 22, 2024
1 parent 4aeb4bf commit 5df4461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funda_scraper/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ css_selector:
descrip: ".object-description-body"
listed_since: ".fd-align-items-center:nth-child(6) span"
zip_code: ".object-header__subtitle"
size: ".fd-m-right-xl--bp-m .fd-text--nowrap"
size: ".object-kenmerken-list:nth-child(8) .fd-align-items-center:nth-child(5) span"
year: ".fd-align-items-center~ .fd-align-items-center .fd-m-right-xs"
living_area: ".object-kenmerken-list:nth-child(8) .fd-align-items-center:nth-child(2) span"
kind_of_house: ".object-kenmerken-list:nth-child(5) .fd-align-items-center:nth-child(2) span"
Expand Down

0 comments on commit 5df4461

Please sign in to comment.