feat: update property handling in VLW scraper and main process, fix image URL formatting

This commit is contained in:
Elmar Kresse
2025-02-16 22:58:19 +01:00
parent 9bf5155e9f
commit 683403e8bf
3 changed files with 6 additions and 3 deletions

View File

@ -47,7 +47,7 @@ def main():
properties_vlw = vlw_scraper.scrape_vlw()
print("Scraped " + str(len(properties_vlw)) + " properties from VLW")
properties += properties_vlw
properties = properties_vlw
for prop in properties: