Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhollands committed Mar 2, 2020
1 parent 652f7ee commit 70315be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
@@ -1,6 +1,6 @@
require 'mechanize'
require 'scraperwiki'
agent = Mechanize.new{|a| a.ssl_version, a.verify_mode = 'SSLv3', OpenSSL::SSL::VERIFY_NONE}
agent = Mechanize.new{|a| OpenSSL::SSL::VERIFY_NONE}
agent.user_agent_alias = 'Mac Safari'

urlbase = 'https://www.domain.com.au/sale/?suburb=melbourne-vic-3000&ptype='
Expand Down

0 comments on commit 70315be

Please sign in to comment.