aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/DS2016/download.sh
diff options
context:
space:
mode:
authorjwacalex2016-10-18 21:30:41 +0200
committerjwacalex2016-10-18 21:30:41 +0200
commit2bedb9d11868c03826bbab7a41630b9caf338ac6 (patch)
tree73c685893574da44babbf62887895f93c205b740 /configs/conferences/DS2016/download.sh
parent6862b72e5210c154dfa99b5415e1b99259ca7829 (diff)
erster entwurf der datenspuren streaming webseite
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/DS2016/download.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/DS2016/download.sh b/configs/conferences/DS2016/download.sh
new file mode 100755
index 0000000..c40b2a7
--- /dev/null
+++ b/configs/conferences/DS2016/download.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "https://datenspuren.de/2016/fahrplan/schedule.xml" -O /tmp/DS2016-schedule.xml && mv /tmp/DS2016-schedule.xml schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/DS2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+rm -f /tmp/vod.json