aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/ffrl-routing-days-2016/download.sh
diff options
context:
space:
mode:
authorMaZderMind2016-01-30 22:55:36 +0100
committerMaZderMind2016-01-30 22:55:36 +0100
commit0fa82471bff7703252964af27c81265b18421a6c (patch)
tree58b3d6e9be285119ce483df9dac5b41ff883a26e /configs/conferences/ffrl-routing-days-2016/download.sh
parent76a9ab711db19e243a11053a0b35092327488a0a (diff)
configure relive & schedule
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/ffrl-routing-days-2016/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/ffrl-routing-days-2016/download.sh b/configs/conferences/ffrl-routing-days-2016/download.sh
new file mode 100755
index 0000000..e778bd5
--- /dev/null
+++ b/configs/conferences/ffrl-routing-days-2016/download.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "https://mlsrv.de/public/routingdays16-schedule/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml
+rm -f /tmp/schedule.xml /tmp/schedule.json
+
+# vod json
+wget -q "http://live.dus.c3voc.de/relive/ffrl-routing-days/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+rm -f /tmp/vod.json