Adrian Short 5 лет назад
Родитель
Сommit
a8732d6641
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      scraper.rb

+ 2
- 2
scraper.rb Просмотреть файл

@@ -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'})


Загрузка…
Отмена
Сохранить