From 83271dd9ac58a1e731c81b93d76684dcf64a1474 Mon Sep 17 00:00:00 2001 From: "duncan.parkes" Date: Tue, 12 Aug 2008 18:07:40 +0000 Subject: [PATCH] Fix Sutton parser. --- python_scrapers/FastWeb.py | 4 ++-- python_scrapers/SitesToGenerate.csv | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python_scrapers/FastWeb.py b/python_scrapers/FastWeb.py index 508d893..7eff3a4 100644 --- a/python_scrapers/FastWeb.py +++ b/python_scrapers/FastWeb.py @@ -196,10 +196,10 @@ class FastWebResultsPageParser(HTMLParser.HTMLParser): #suttonparser = FastWeb("Sutton", "Sutton", "http://82.43.4.135/FASTWEB/") - +suttonparser = FastWeb("Sutton", "Sutton", "http://213.122.180.105/FASTWEB/") #print eastleighparser.getResults(10,8,2007) #print cravenparser.getResults(25,12,2006) -#print suttonparser.getResults(10,8,2007) +print suttonparser.getResults(1,8,2008) #south_lakeland_parser = FastWeb("South Lakeland", "South Lakeland", "http://www.southlakeland.gov.uk/fastweb/") diff --git a/python_scrapers/SitesToGenerate.csv b/python_scrapers/SitesToGenerate.csv index 1c90dbf..b83f579 100644 --- a/python_scrapers/SitesToGenerate.csv +++ b/python_scrapers/SitesToGenerate.csv @@ -117,7 +117,7 @@ "Eden District Council", "Eden", "http://eforms.eden.gov.uk/fastweb/", "FastWeb", "FastWeb" "Mansfield District Council", "Mansfield", "http://www.mansfield.gov.uk/Fastweb/", "FastWeb", "FastWeb" "South Lakeland District Council", "South Lakeland", "http://www.southlakeland.gov.uk/fastweb/", "FastWeb", "FastWeb" -"London Borough of Sutton", "Sutton", "http://82.43.4.135/FASTWEB/", "FastWeb", "FastWeb" +"London Borough of Sutton", "Sutton", "http://213.122.180.105/FASTWEB/", "FastWeb", "FastWeb" "Welwyn-Hatfield District Council", "Welwyn-Hatfield", "https://fastweb.welhat.gov.uk/", "FastWeb", "FastWeb" "Wyre Forest District Council", "Wyre Forest", "http://www.wyreforest.gov.uk/fastweb/", "FastWeb", "FastWeb" "London Borough of Bromley", "Bromley", "http://planningaccess.bromley.gov.uk/PublicAccess/tdc/", "PublicAccess", "PublicAccessParser"