Skip to content

Commit

Permalink
Update crawl_immowelt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GerRudi authored Jun 18, 2019
1 parent 61428ef commit 00c965d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flathunter/crawl_immowelt.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def extract_data(self, soup):
url = "https://www.immowelt.de/" +expose_ids[idx].find("a").get("href")
address = expose_ids[idx].find(class_="listlocation")
address.find("span").extract()
address.find("strong").extract()
print(address.text.strip())
address = address.text.strip()

Expand Down

0 comments on commit 00c965d

Please sign in to comment.