aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/mrmcd17/download.sh
diff options
context:
space:
mode:
authorAlexander Votteler2017-08-31 22:24:34 +0200
committerAlexander Votteler2017-08-31 22:24:34 +0200
commitb82b13b3a26434f1d807287e617b4e7973197861 (patch)
tree92b323b2e9c545dc07a251d26473c37efbd390fc /configs/conferences/mrmcd17/download.sh
parentce61ba45176142a58c265b4c7be2a0789c08b350 (diff)
Streaming WS for MRMCD17
Diffstat (limited to 'configs/conferences/mrmcd17/download.sh')
-rwxr-xr-xconfigs/conferences/mrmcd17/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/mrmcd17/download.sh b/configs/conferences/mrmcd17/download.sh
new file mode 100755
index 0000000..8b72d3c
--- /dev/null
+++ b/configs/conferences/mrmcd17/download.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "https://cfp.mrmcd.net/2017/schedule.xml" -O /tmp/mrmcd17-schedule.xml && mv /tmp/mrmcd17-schedule.xml schedule.xml
+rm -f /tmp/froscon2017-schedule.xml
+
+# relive
+#wget -q "http://live.dus.c3voc.de/relive/froscon16/index.json" -O /tmp/froscon2017-vod.json && mv /tmp/froscon2017-vod.json vod.json
+#rm -f /tmp/froscon2017-vod.json