이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
adrianshort
/
uk_planning_scraper
의 미러
https://github.com/adrianshort/uk_planning_scraper.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
16
위키
활동
소스 검색
Improve Northgate detection
Previous method miscategorised some authorities as Northgate. This method is more reliable.
northgate-dates
Adrian Short
3 년 전
부모
e29916b02e
커밋
6ae5f245f4
Signed by untrusted user:
adrian
GPG 키 ID:
4B54F9AE91AB06BB
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/uk_planning_scraper/authority.rb
+ 1
- 1
lib/uk_planning_scraper/authority.rb
파일 보기
@@ -70,7 +70,7 @@ module UKPlanningScraper
def system
if @url.match(/search\.do\?action=advanced/i)
'idox'
elsif @url.match(/
\.aspx
/i)
elsif @url.match(/
generalsearch
/i)
'northgate'
elsif @url.match(/ocellaweb/i)
'ocellaweb'
쓰기
미리보기
불러오는 중...
취소
저장