Skip to content

Commit

Permalink
Create scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 15, 2017
1 parent f6a1578 commit 2167feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -31,7 +31,7 @@ def scrape_table(root):
counts = root.cssselect("div.sized div.CountsContainer")
countstotal = len(counts)
print "total number of counts:", countstotal
print root.cssselect("div.sized div.CountsContainer").text_content()
print counts
'''countsrange = range(0, countstotal+1)
for count in countsrange:
Expand Down

0 comments on commit 2167feb

Please sign in to comment.