소스 검색

Gosport has been hardcoded for the last year to check one date in 2008 - woops!

master
duncan.parkes 15 년 전
부모
커밋
4ff52768f4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      python_scrapers/Gosport.py

+ 2
- 2
python_scrapers/Gosport.py 파일 보기

@@ -55,7 +55,7 @@ class GosportParser:
# ("ApplicationSearch21%3AtbDevAddress", ""),
# ("ApplicationSearch21%3AtbApplicantName", ""),
# ("ApplicationSearch21%3AtbAgentName", ""),
("ApplicationSearch21:tbDateSubmitted", "10/01/2008"),
("ApplicationSearch21:tbDateSubmitted", search_date.strftime(search_date_format)),
("ApplicationSearch21:btnDateSubmitted", "Search"),
# ("ApplicationSearch21%3AtbDateDetermined", ""),
)
@@ -96,5 +96,5 @@ class GosportParser:

if __name__ == '__main__':
parser = GosportParser()
print parser.getResults(20,11,2008)
print parser.getResults(12,6,2009)


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