This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
merton-planning-applications
mirror of
https://github.com/adrianshort/merton-planning-applications.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix site URL
master
Adrian Short
4 years ago
parent
118b67fe5d
commit
e0b63f5b72
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
scraper.rb
+ 1
- 1
scraper.rb
View File
@@ -10,7 +10,7 @@ require 'securerandom'
# Northgate Planning Explorer
SITE_URL = 'http://planning.merton.gov.uk'
SITE_URL = 'http
s
://planning.merton.gov.uk'
BASE_URL = SITE_URL + '/Northgate/PlanningExplorerAA/Generic/'
def crawl_delay
Write
Preview
Loading…
Cancel
Save