Skip to content

Commit

Permalink
Update scraper to hit HTTPS endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
loren committed Aug 31, 2017
1 parent 639d14e commit 7467037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
@@ -1,7 +1,7 @@
require 'scraperwiki'
require 'rss'

ENDPOINT = 'http://www.dgmarket.com/tenders/RssFeedAction.do?locationISO=&keywords=Millennium+Challenge+Account&sub=&noticeType=gpn%2cpp%2cspn%2crfc&language'
ENDPOINT = 'https://www.dgmarket.com/tenders/RssFeedAction.do?locationISO=&keywords=Millennium+Challenge+Account&sub=&noticeType=gpn%2cpp%2cspn%2crfc&language'

def clean_table
ScraperWiki.sqliteexecute('DELETE FROM data')
Expand Down

0 comments on commit 7467037

Please sign in to comment.