Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskyinsulo committed Jun 19, 2016
1 parent ef56fb5 commit 9716d75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scraper.py
Expand Up @@ -27,4 +27,7 @@
import lxml.html

html = scraperwiki.scrape("http://npo.moi.gov.tw/npom/homepage/detail/268881482")
print(html)
root = lxml.html.fromstring(html)
print(root.cssselect("table[class='table']"))


0 comments on commit 9716d75

Please sign in to comment.