From 4f26b87b61fc443108ac85c5847ab1064d2fe586 Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Mon, 2 Sep 2024 20:10:07 +0000 Subject: [PATCH] fix: 791 Glasgow URL change --- uk_bin_collection/tests/input.json | 4 ++-- wiki/Councils.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uk_bin_collection/tests/input.json b/uk_bin_collection/tests/input.json index ef9173c1a7..47d3564970 100644 --- a/uk_bin_collection/tests/input.json +++ b/uk_bin_collection/tests/input.json @@ -422,8 +422,8 @@ "wiki_note": "Use [this site](https://www.gbcbincalendars.co.uk/) to find the collections for your address. Use the -n parameter to add them in a comma-separated list inside quotes, such as: 'Friday G4, Friday J'." }, "GlasgowCityCouncil": { - "url": "https://www.glasgow.gov.uk/forms/refuseandrecyclingcalendar/PrintCalendar.aspx?UPRN=906700034497", - "wiki_command_url_override": "https://www.glasgow.gov.uk/forms/refuseandrecyclingcalendar/PrintCalendar.aspx?UPRN=XXXXXXXX", + "url": "https://onlineservices.glasgow.gov.uk/forms/RefuseAndRecyclingWebApplication/CollectionsCalendar.aspx?UPRN=906700034497", + "wiki_command_url_override": "https://onlineservices.glasgow.gov.uk/forms/RefuseAndRecyclingWebApplication/CollectionsCalendar.aspx?UPRN=XXXXXXXX", "wiki_name": "Glasgow City Council", "wiki_note": "Replace XXXXXXXX with UPRN." }, diff --git a/wiki/Councils.md b/wiki/Councils.md index 63ed64fb50..0e80f74e1d 100644 --- a/wiki/Councils.md +++ b/wiki/Councils.md @@ -682,7 +682,7 @@ Note: Pass the street name into the -n parameter. Use [this](https://apps.gedlin ### Glasgow City Council ```commandline -python collect_data.py GlasgowCityCouncil https://www.glasgow.gov.uk/forms/refuseandrecyclingcalendar/PrintCalendar.aspx?UPRN=XXXXXXXX +python collect_data.py GlasgowCityCouncil https://onlineservices.glasgow.gov.uk/forms/RefuseAndRecyclingWebApplication/CollectionsCalendar.aspx?UPRN=XXXXXXXX ``` Note: Replace XXXXXXXX with UPRN.