aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh16/download.sh
diff options
context:
space:
mode:
authorDaniel Meißner2016-10-15 20:42:21 +0200
committerDaniel Meißner2016-10-15 20:42:21 +0200
commit224e84220c115137f5137c1e414a15b0443cd869 (patch)
treed8cdd15c9a320c5044557d081b99a0f98a26f7ce /configs/conferences/jh16/download.sh
parent07014c5e1ae9c15149282cbf3427e029e7563ee9 (diff)
added jh berlin 2016
Diffstat (limited to 'configs/conferences/jh16/download.sh')
-rwxr-xr-xconfigs/conferences/jh16/download.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/jh16/download.sh b/configs/conferences/jh16/download.sh
new file mode 100755
index 0000000..1ad9b5c
--- /dev/null
+++ b/configs/conferences/jh16/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