Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kooben209 committed Sep 25, 2018
1 parent f8084db commit c383293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scraper.py
Expand Up @@ -13,8 +13,11 @@
#if browser.is_element_present_by_xpath('//*[@id="l-searchResults"]/div[29]'):

html = browser.html

soup = BeautifulSoup(html, 'html.parser')

print(soup)

searchResults = soup.find("div", {"id" : "l-searchResults"})
matches = 0
if searchResults is not None:
Expand Down

0 comments on commit c383293

Please sign in to comment.