aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-hh-2017/download.sh
diff options
context:
space:
mode:
authorDaniel Molkentin2017-05-13 14:42:15 +0200
committerDaniel Molkentin2017-05-13 14:42:15 +0200
commit9cb72e878ed9bd1d19300ef409284f4f11d1c15b (patch)
treeacd0d235d1fff01d8c7d665ed4ef653923084284 /configs/conferences/jh-hh-2017/download.sh
parenteaacf3588cfbaac8fcdb7242d4a2536c6120939e (diff)
Jugend hackt Hamburg 2017
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/jh-hh-2017/download.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/jh-hh-2017/download.sh b/configs/conferences/jh-hh-2017/download.sh
new file mode 100755
index 0000000..1ad9b5c
--- /dev/null
+++ b/configs/conferences/jh-hh-2017/download.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-nord.xml" -O /tmp/jh16-nord-schedule.xml && mv /tmp/jh16-nord-schedule.xml schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/jh-sued-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+rm -f /tmp/vod.json