From d7b629f6c6f0147387e16c16ca95c3783e1ac0cc Mon Sep 17 00:00:00 2001 From: Leif Greiss Date: Fri, 1 Dec 2017 17:30:30 -0500 Subject: [PATCH] Update scraper.py --- scraper.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scraper.py b/scraper.py index ce3d32a..110ab7d 100644 --- a/scraper.py +++ b/scraper.py @@ -1,13 +1,13 @@ import scraperwiki -html = scraperwiki.scrape('http://inmo.ie/6022') +html = scraperwiki.scrape('https://en.wikipedia.org/wiki/List_of_British_racecourses') import lxml.html root = lxml.html.fromstring(html)#turnourHTMLintoanlxmlobject -trs = root.cssselect('tr')#getallthe