Skip to content

Commit

Permalink
Remove term from output
Browse files Browse the repository at this point in the history
It's not in the source, so should be specified out of band
  • Loading branch information
tmtmtmtm committed Oct 7, 2017
1 parent cedae95 commit 7a88576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.rb
Expand Up @@ -32,7 +32,6 @@ def scrape_list(url)
area: tds[2].text.tidy,
party: tds[3].text.tidy,
image: datatab.css('img/@src').text,
term: '4',
source: url,
}
data[:image] = '' if data[:image].include?('no-elu.jpg') || data[:image].include?('img-elus.jpg')
Expand Down

0 comments on commit 7a88576

Please sign in to comment.