Browse Source

Fix Sutton parser.

master
duncan.parkes 16 years ago
parent
commit
83271dd9ac
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      python_scrapers/FastWeb.py
  2. +1
    -1
      python_scrapers/SitesToGenerate.csv

+ 2
- 2
python_scrapers/FastWeb.py View File

@@ -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/")



+ 1
- 1
python_scrapers/SitesToGenerate.csv View File

@@ -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"


Loading…
Cancel
Save