Browse Source

Merge pull request #36 from KeithP/develop

updates Kingston Upon Thames to idox system
tags/v0.4.5
Adrian Short 5 years ago
committed by GitHub
parent
commit
16ca56324f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lib/uk_planning_scraper/authorities.csv
  2. +1
    -1
      lib/uk_planning_scraper/version.rb

+ 1
- 1
lib/uk_planning_scraper/authorities.csv View File

@@ -50,7 +50,7 @@ Hounslow,http://planning.hounslow.gov.uk/planning_search.aspx,london londonborou
Hull,https://www.hullcc.gov.uk/padcbc/publicaccess-live/search.do?action=advanced,england
Islington,http://planning.islington.gov.uk/northgate/planningexplorer/generalsearch.aspx,londonboroughs london
Kensington and Chelsea,https://www.rbkc.gov.uk/planning/searches/default.aspx?adv=1#advancedSearch,london londonboroughs
Kingston upon Thames,https://maps.kingston.gov.uk/propertyServices/planning/Search,london londonboroughs
Kingston upon Thames,https://publicaccess.kingston.gov.uk/online-applications/search.do?action=advanced,london londonboroughs
Knowsley,https://planapp.knowsley.gov.uk/online-applications/search.do?action=advanced,england merseyside liverpoolcityregion
Lambeth,https://planning.lambeth.gov.uk/online-applications/search.do?action=advanced,londonboroughs london southlondon
Leeds,https://publicaccess.leeds.gov.uk/online-applications/search.do?action=advanced,england westyorkshire


+ 1
- 1
lib/uk_planning_scraper/version.rb View File

@@ -1,3 +1,3 @@
module UKPlanningScraper
VERSION = "0.4.1"
VERSION = "0.4.2"
end

Loading…
Cancel
Save