Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexconx committed Jun 28, 2018
1 parent cb1bc6b commit 1f6ed50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -29,7 +29,7 @@
page = requests.get(list_url[0])
soup = BeautifulSoup(page.content, 'html.parser')
loc_data = soup.find_all("span", class_='ad-heading__ad-map-link google-map-link j-google-map-link')
print(loc_data)
print(loc_data['data-address'])


for span in soup.find_all('span', class_='user-ad-row__location-area'):
Expand Down

0 comments on commit 1f6ed50

Please sign in to comment.