浏览代码

Update scraper.rb

master
Adrian Short 5 年前
committed by GitHub
父节点
当前提交
cd7da9c2e3
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      scraper.rb

+ 1
- 1
scraper.rb 查看文件

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

keyword_searches = ['inlink', 'bt phone kiosk']
keyword_searches = ['inlink', 'bt phone kiosk', 'communication hub']
authorities = UKPlanningScraper::Authority.all

authorities.each_with_index do |authority, i|


正在加载...
取消
保存