Explorar el Código

Improve Northgate detection

Previous method miscategorised some authorities as Northgate. This method is more reliable.
northgate-dates
Adrian Short hace 3 años
padre
commit
6ae5f245f4
Firmado por usuario no fiable: adrian ID de clave GPG: 4B54F9AE91AB06BB
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/uk_planning_scraper/authority.rb

+ 1
- 1
lib/uk_planning_scraper/authority.rb Ver fichero

@@ -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'


Cargando…
Cancelar
Guardar