Skip to content

Commit

Permalink
Merge pull request #34 from sergiojvg/main
Browse files Browse the repository at this point in the history
fix: fix size value
  • Loading branch information
whchien authored Jun 7, 2024
2 parents d93c91a + 5df4461 commit 7c2c5be
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 7c2c5be

Please sign in to comment.