Skip to content

Commit

Permalink
Try with http.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Jul 8, 2018
1 parent d898d88 commit 2b8325e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.js
Expand Up @@ -74,8 +74,8 @@ phantom.create().then(function(ph){
return _ph.createPage();
}).then(function(page){
_page = page;
console.log("Here 2: " + url);
return _page.open(url);
console.log("Here 2: " + "http://www.burnside.sa.gov.au/Planning-Business/Planning-Development/Development-Applications/Development-Applications-on-Public-Notification");
return _page.open("http://www.burnside.sa.gov.au/Planning-Business/Planning-Development/Development-Applications/Development-Applications-on-Public-Notification");
}).then(function(status){
console.log("Here 3");
console.log(status);
Expand Down

0 comments on commit 2b8325e

Please sign in to comment.