This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
uk_planning_scraper
mirror of
https://github.com/adrianshort/uk_planning_scraper.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
16
Wiki
Activity
Browse Source
Improve Northgate detection
Previous method miscategorised some authorities as Northgate. This method is more reliable.
northgate-dates
Adrian Short
3 years ago
parent
e29916b02e
commit
6ae5f245f4
Signed by untrusted user:
adrian
GPG Key ID:
4B54F9AE91AB06BB
1 changed files
with
1 additions
and
1 deletions
Split View
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
View File
@@ -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…
Cancel
Save