Преглед на файлове

Limit number of properties retrieved per application

pull/38/head
Graeme Porteous преди 5 години
родител
ревизия
d6ff621eac
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      lib/uk_planning_scraper/idox.rb

+ 3
- 1
lib/uk_planning_scraper/idox.rb Целия файл

@@ -213,7 +213,9 @@ module UKPlanningScraper
app.property_detail_urls = []

get(app.property_url) do |res|
res.search('#Property li a').each do |property_link|
res.search('#Property li a').each_with_index do |property_link, index|
break if index >= 10

app.property_detail_urls << base_url + property_link[:href]
end
end


Зареждане…
Отказ
Запис