From cbb0ab2713a1d83e864d2a5c925e1f800abbe428 Mon Sep 17 00:00:00 2001 From: Leif Greiss Date: Fri, 1 Dec 2017 13:54:36 -0500 Subject: [PATCH] Update scraper.py --- scraper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scraper.py b/scraper.py index e7d3cea..8a6f1d1 100644 --- a/scraper.py +++ b/scraper.py @@ -1,7 +1,6 @@ import scraperwiki html = scraperwiki.scrape('http://inmo.ie/6022') print "Click on the ...more link to see the whole page" -print html import lxml.html root = lxml.html.fromstring(html) # turn our HTML into an lxml object