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 d75cdf5 commit 7b8ebde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -27,7 +27,7 @@

page = requests.get(list_url[0])
soup = BeautifulSoup(page.content, 'html.parser')
list_date.append(soup.findAll('dd', class_='ad-details__ad-attribute-value'))
list_date.append(soup.findAll('dd', class_='ad-details__ad-attribute-value').getText())
print (list_date)


Expand Down

0 comments on commit 7b8ebde

Please sign in to comment.