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 4cf30d1 commit 822ae6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -35,7 +35,7 @@ def scrape_table(root):
#countsrange = range(0, countstotal+1)
#for count in countsrange:
for count in counts:
rows = count.cssselect('div.CountsContainer tr')
rows = count.cssselect('div.CountsContainer tr').text
print rows
if rows:
id = 0
Expand Down

0 comments on commit 822ae6a

Please sign in to comment.