Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Scraper
-
Labels:None
Description
Another new scraper. This one is for Lane Cove based on a copy/paste of the Woollahra scraper. They have a similar backend (from civica), but the LC scraper uses a date-based search instead, so there's not really much in the way of common scraper code.
Hi Roger,
When I test the scraper I get this:
$ ./scraper_output.rb lane_cove
WARNING: Nokogiri was built against LibXML version 2.7.6, but has dynamically loaded 2.7.7
./scrapers/lane_cove_scraper.rb:16:in `applications': undefined method `value=' for nil:NilClass (NoMethodError)
from (eval):12:in `form_with'
from ./scrapers/lane_cove_scraper.rb:15:in `applications'
from ./lib/scraper.rb:57:in `results'
from ./lib/scraper.rb:52:in `results_as_xml'
from ./scraper_output.rb:38
The scraper_output.rb is a very useful little program for testing the result of the scraper.