aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-ulm/download.sh
diff options
context:
space:
mode:
authorMarkus Otto2017-09-30 21:54:56 +0200
committerMarkus Otto2017-09-30 21:54:56 +0200
commit5e09bf393b03fc62c9a2af1b642229885467b41d (patch)
tree3aa8a4f1acd0d148e76fb3d2badcef9ca946a885 /configs/conferences/jh-ulm/download.sh
parentf535f660a7dbb3d569e661ab6a203c6bf5ed7b6f (diff)
Jugend hackt Ulm 2017
Diffstat (limited to 'configs/conferences/jh-ulm/download.sh')
-rwxr-xr-xconfigs/conferences/jh-ulm/download.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/jh-ulm/download.sh b/configs/conferences/jh-ulm/download.sh
new file mode 100755
index 0000000..9ef9956
--- /dev/null
+++ b/configs/conferences/jh-ulm/download.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "http://data.c3voc.de/jh17/schedule-jh17-ulm.xml" -O /tmp/jh17-ulm-schedule.xml && mv /tmp/jh17-ulm-schedule.xml schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/jh-ulm-2017/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+rm -f /tmp/vod.json