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 c383293 commit aff500a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -13,10 +13,10 @@
#if browser.is_element_present_by_xpath('//*[@id="l-searchResults"]/div[29]'):

html = browser.html

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

print(soup)


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

0 comments on commit aff500a

Please sign in to comment.