Browse Source

Temporary tweaks

master
Adrian Short 5 years ago
parent
commit
a8732d6641
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      scraper.rb

+ 2
- 2
scraper.rb View File

@@ -1,10 +1,10 @@
require 'uk_planning_scraper'
require 'scraperwiki'

# auths = UKPlanningScraper::Authority.all
auths = [ UKPlanningScraper::Authority.named('Sutton') ]
auths = UKPlanningScraper::Authority.all

auths.each_with_index do |auth, i|
next if auth.name == 'Islington' # Temporarily down, causing scraper to hang
puts "#{i + 1} of #{auths.size}: #{auth.name}"
begin
apps = auth.scrape({ validated_days: ENV['MORPH_DAYS'].to_i, keywords: 'inlink'})


Loading…
Cancel
Save