|
|
@@ -1,7 +1,8 @@ |
|
|
|
require 'uk_planning_scraper' |
|
|
|
require 'scraperwiki' |
|
|
|
|
|
|
|
auths = UKPlanningScraper::Authority.all |
|
|
|
# auths = UKPlanningScraper::Authority.all |
|
|
|
auths = [ UKPlanningScraper::Authority.named('Sutton') ] |
|
|
|
|
|
|
|
auths.each_with_index do |auth, i| |
|
|
|
puts "#{i + 1} of #{auths.size}: #{auth.name}" |
|
|
|