From 210041aa7b2c0b6419480e9e4402a81d72bed20b Mon Sep 17 00:00:00 2001 From: Claude Code Bot Date: Sat, 20 Jun 2026 07:10:14 +0000 Subject: [PATCH] Fix NWL (North West Leicestershire): migrate base_url to HTTPS The ModGov endpoint at minutes-1.nwleics.gov.uk now requires HTTPS. The HTTP URL times out from Lambda; the HTTPS URL returns valid councillor XML (verified via direct fetch, HTTP 200). --- scrapers/NWL-north-west-leicestershire/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers/NWL-north-west-leicestershire/metadata.json b/scrapers/NWL-north-west-leicestershire/metadata.json index c35c92d8..a8ef743d 100644 --- a/scrapers/NWL-north-west-leicestershire/metadata.json +++ b/scrapers/NWL-north-west-leicestershire/metadata.json @@ -14,7 +14,7 @@ }, "services": { "councillors": { - "base_url": "http://minutes-1.nwleics.gov.uk", + "base_url": "https://minutes-1.nwleics.gov.uk", "cms_type": "ModernGov" } }