Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth17 committed Aug 6, 2019
1 parent 52cb553 commit f274603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# # Find something on the page using css selectors
root = lxml.html.fromstring(html)
count = 0
for normal in root.cssselect("div[class='NORMAL symbol']"):
for normal in root.cssselect("#us_content > div > div.col-sm-7.col-xs-6.col-md-9.scrollable.nopadding > table > tbody > tr:nth-child(1) > td:nth-child(3) > div"):
count = count + 1


Expand Down

0 comments on commit f274603

Please sign in to comment.