Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ce committed Aug 4, 2016
1 parent c11be68 commit 983053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -8,7 +8,7 @@
html = requests.get(url).text
root = lxml.html.fromstring(html)
people_links = [link.get('href') for link in root.cssselect("tr a")]
print people_links
print len(people_links)

# # Find something on the page using css selectors
# root = lxml.html.fromstring(html)
Expand Down

0 comments on commit 983053c

Please sign in to comment.