浏览代码

Improve Northgate detection

Previous method miscategorised some authorities as Northgate. This method is more reliable.
northgate-dates
Adrian Short 3 年前
父节点
当前提交
6ae5f245f4
由未授信的用户签名: adrian GPG 密钥 ID: 4B54F9AE91AB06BB
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +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'


正在加载...
取消
保存