From 80b9bfa2c71ea971db2e71fab1641cf7e140336d Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 5 Mar 2019 08:11:12 +0000 Subject: Change BBC default location to Bristol --- weather.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather.go b/weather.go index a7dd95d..cb6128d 100644 --- a/weather.go +++ b/weather.go @@ -17,7 +17,7 @@ import ( ) const metdefid = "310118" -const bbcdefid = "2640729" +const bbcdefid = "2654675" const meturl = "https://www.metoffice.gov.uk/public/data/PWSCache/BestForecast/Forecast/%s.json?concise=true" const bbcurl = "https://weather-broker-cdn.api.bbci.co.uk/en/forecast/aggregated/%s" -- cgit v1.2.3