From 11ed134b36d487b199daff94663d3276342fd221 Mon Sep 17 00:00:00 2001 From: "duncan.parkes" Date: Sat, 17 Nov 2007 11:54:10 +0000 Subject: [PATCH] Fix change to Mansfield URL, and change to columns in Allerdale display. --- python_scrapers/ApplicationSearchServletParser.py | 2 +- python_scrapers/SitesToGenerate.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python_scrapers/ApplicationSearchServletParser.py b/python_scrapers/ApplicationSearchServletParser.py index b1db56f..514a0e7 100644 --- a/python_scrapers/ApplicationSearchServletParser.py +++ b/python_scrapers/ApplicationSearchServletParser.py @@ -188,7 +188,7 @@ class AllerdaleSearchParser(ApplicationSearchServletParser): _reference_col_no = 1 _location_col_no = 3 - _description_col_no = 6 + _description_col_no = 4 def _checkAttrsForResultsTable(self, attrs): got_class = False diff --git a/python_scrapers/SitesToGenerate.csv b/python_scrapers/SitesToGenerate.csv index 6838f72..e7dee4e 100644 --- a/python_scrapers/SitesToGenerate.csv +++ b/python_scrapers/SitesToGenerate.csv @@ -114,7 +114,7 @@ "Craven District Council", "Craven", "http://www.planning.cravendc.gov.uk/fastweb/", "FastWeb", "FastWeb" "Eastleigh Borough Council", "Eastleigh", "http://www.eastleigh.gov.uk/FastWEB/", "FastWeb", "FastWeb" "Eden District Council", "Eden", "http://eforms.eden.gov.uk/fastweb/", "FastWeb", "FastWeb" -"Mansfield District Council", "Mansfield", "http://www.mansfield.gov.uk/Fastweb23/", "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" "Welwyn-Hatfield District Council", "Welwyn-Hatfield", "https://fastweb.welhat.gov.uk/", "FastWeb", "FastWeb"