summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weather.go2
1 files changed, 1 insertions, 1 deletions
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"