summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-03-05 08:11:12 +0000
committerNick White <git@njw.name>2019-03-05 08:11:12 +0000
commit80b9bfa2c71ea971db2e71fab1641cf7e140336d (patch)
tree55436d0d8417cb865c69a3de6b1028aea469aeb2
parent4bb3d37a5bf84a25fe4498585c551ba53a18dbf7 (diff)
downloadweather-80b9bfa2c71ea971db2e71fab1641cf7e140336d.tar.bz2
weather-80b9bfa2c71ea971db2e71fab1641cf7e140336d.zip
Change BBC default location to Bristol
-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"