aboutsummaryrefslogtreecommitdiff
path: root/configs/download.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigs/download.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/download.sh b/configs/download.sh
index 6010291..658b49d 100755
--- a/configs/download.sh
+++ b/configs/download.sh
@@ -5,3 +5,6 @@ wget -q "http://events.ccc.de/congress/2014/Fahrplan/schedule.xml" -O /tmp/sched
# vod json
wget -q "http://cdn.c3voc.de/releases/relive/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+
+# eventkalender upcoming
+wget -q --no-check-certificate "https://c3voc.de/eventkalender/events.json?filter=upcoming" -O /tmp/upcoming.json && mv /tmp/upcoming.json upcoming.json