Skip to content

Commit

Permalink
Changed default scrape to 'This Month'
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveMyData committed Nov 27, 2015
1 parent a25a172 commit 3258384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.php
Expand Up @@ -7,8 +7,8 @@
date_default_timezone_set('Australia/Sydney');

$url_base = "http://datracker.cessnock.nsw.gov.au/modules/applicationmaster/";
$da_page = $url_base . "default.aspx?page=found&1=thisweek&4a=8&6=F";
#$da_page = $url_base . "default.aspx?page=found&1=thismonth&4a=8&6=F"; # Use this URL to get 'This Month' submitted DA, also to test pagination
#$da_page = $url_base . "default.aspx?page=found&1=thisweek&4a=8&6=F";
$da_page = $url_base . "default.aspx?page=found&1=thismonth&4a=8&6=F"; # Use this URL to get 'This Month' submitted DA, also to test pagination
#$da_page = $url_base . "default.aspx?page=found&1=lastmonth&4a=8&6=F"; # Use this URL to get 'Last Month' submitted DA, also to test pagination
$comment_base = "mailto:council@cessnock.nsw.gov.au?subject=Development Application Enquiry: ";

Expand Down

0 comments on commit 3258384

Please sign in to comment.