Przeglądaj źródła

Get North Herts working.

import/raw
duncan.parkes 19 lat temu
rodzic
commit
d145935d4a
2 zmienionych plików z 10 dodań i 14 usunięć
  1. +5
    -7
      trunk/cgi-bin/AcolnetParser.py
  2. +5
    -7
      trunk/python_scrapers/AcolnetParser.py

+ 5
- 7
trunk/cgi-bin/AcolnetParser.py Wyświetl plik

@@ -343,14 +343,12 @@ class LewishamParser(AcolnetParser):


comments_email_address = "planning@lewisham.gov.uk" comments_email_address = "planning@lewisham.gov.uk"
## class NorthHertfordshireParser(AcolnetParser):
## case_number_tr = 1 # this one can be got by the td class attribute
## reg_date_tr = 2
## location_tr = 4
## proposal_tr = 5
class NorthHertfordshireParser(AcolnetParser):
case_number_tr = 1 # this one can be got by the td class attribute
reg_date_tr = 2
location_tr = 4
proposal_tr = 5


## comments_email_address = "planning@lewisham.gov.uk"
## class MidSuffolkParser(AcolnetParser): ## class MidSuffolkParser(AcolnetParser):
## case_number_tr = 1 # this one can be got by the td class attribute ## case_number_tr = 1 # this one can be got by the td class attribute
## reg_date_tr = 2 ## reg_date_tr = 2


+ 5
- 7
trunk/python_scrapers/AcolnetParser.py Wyświetl plik

@@ -343,14 +343,12 @@ class LewishamParser(AcolnetParser):


comments_email_address = "planning@lewisham.gov.uk" comments_email_address = "planning@lewisham.gov.uk"
## class NorthHertfordshireParser(AcolnetParser):
## case_number_tr = 1 # this one can be got by the td class attribute
## reg_date_tr = 2
## location_tr = 4
## proposal_tr = 5
class NorthHertfordshireParser(AcolnetParser):
case_number_tr = 1 # this one can be got by the td class attribute
reg_date_tr = 2
location_tr = 4
proposal_tr = 5


## comments_email_address = "planning@lewisham.gov.uk"
## class MidSuffolkParser(AcolnetParser): ## class MidSuffolkParser(AcolnetParser):
## case_number_tr = 1 # this one can be got by the td class attribute ## case_number_tr = 1 # this one can be got by the td class attribute
## reg_date_tr = 2 ## reg_date_tr = 2


Ładowanie…
Anuluj
Zapisz