Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbradshaw committed Jul 9, 2015
1 parent b2fbabc commit ab596ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -10,7 +10,7 @@
#
# # Find something on the page using css selectors
root = lxml.html.fromstring(html)
tds = root.cssselect("td")
tds = root.cssselect("table.table.squad.sortable td div")
#print tds
indexno = 0
for td in tds:
Expand Down

0 comments on commit ab596ee

Please sign in to comment.