本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
adrianshort
/
uk_planning_scraper
镜像来自
https://github.com/adrianshort/uk_planning_scraper.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
16
Wiki
活動
瀏覽代碼
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'
Write
Preview
Loading…
取消
儲存