diff --git a/scraper.py b/scraper.py index fe8b1b2..5d9c66a 100644 --- a/scraper.py +++ b/scraper.py @@ -8,9 +8,9 @@ import urllib import io -FTP_URL = 'results.aec.gov.au' +FTP_URL = 'mediafeedtest.aec.gov.au' FTP_TIMEOUT = 30 -ELECTION_ID = '17496' +ELECTION_ID = '20499' NS = { 'aec': 'http://www.aec.gov.au/xml/schema/mediafeed', 'eml': 'urn:oasis:names:tc:evs:schema:eml'