소스 검색

Get North Herts working.

master
duncan.parkes 17 년 전
부모
커밋
19bd2fc07e
2개의 변경된 파일10개의 추가작업 그리고 14개의 파일을 삭제
  1. +5
    -7
      cgi-bin/AcolnetParser.py
  2. +5
    -7
      python_scrapers/AcolnetParser.py

+ 5
- 7
cgi-bin/AcolnetParser.py 파일 보기

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

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):
## case_number_tr = 1 # this one can be got by the td class attribute
## reg_date_tr = 2


+ 5
- 7
python_scrapers/AcolnetParser.py 파일 보기

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

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):
## case_number_tr = 1 # this one can be got by the td class attribute
## reg_date_tr = 2


불러오는 중...
취소
저장