Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't manually build terms
  • Loading branch information
tmtmtmtm committed Dec 15, 2016
1 parent 29fe72b commit 7041814
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scraper.rb
Expand Up @@ -30,14 +30,3 @@ def scrape_list(url)
end

scrape_list('http://dpr.go.id/en/anggota')

terms = [
{
id: 18,
start_date: '2014-10-01',
name: 'The Indonesian House - 11th General Election',
source: 'http://dpr.go.id/en/tentang/sejarah-dpr'
}
]

ScraperWiki.save_sqlite([:id], terms, 'terms')

0 comments on commit 7041814

Please sign in to comment.