From 49452b05e412da2595b4ff7d94e791993724dd55 Mon Sep 17 00:00:00 2001 From: AlexandruBratu <43742145+AlexandruBratu@users.noreply.github.com> Date: Tue, 26 Feb 2019 11:56:42 +0000 Subject: [PATCH] Update scraper.py --- scraper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scraper.py b/scraper.py index 2956f8e..cec0965 100644 --- a/scraper.py +++ b/scraper.py @@ -8,7 +8,6 @@ # # Read in a page html = scraperwiki.scrape("https://www.sdlauctions.co.uk/property-list/") # print this -print(html) # # Find something on the page using css selectors root = lxml.html.fromstring(html) root.cssselect("li p a")