Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tseyiokorodudu committed Dec 7, 2021
1 parent 22bfce3 commit a1531a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -5,7 +5,7 @@
starting_url = 'http://www.sorell.tas.gov.au/publications/currently-advertised-applications/'

agent = Mechanize.new
agent.verify_mode = OpenSSL::SSL::VERIFY_NONE


# Grab the starting page and go into each link to get a more reliable data format.
doc = agent.get(starting_url)
Expand Down

0 comments on commit a1531a4

Please sign in to comment.