diff --git a/lib/uk_planning_scraper/authority.rb b/lib/uk_planning_scraper/authority.rb index 9c2c14b..b2db95b 100644 --- a/lib/uk_planning_scraper/authority.rb +++ b/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'