aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/ffrl-routing-days-2016/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/archive/ffrl-routing-days-2016/download.sh')
-rw-r--r--configs/archive/ffrl-routing-days-2016/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/archive/ffrl-routing-days-2016/download.sh b/configs/archive/ffrl-routing-days-2016/download.sh
new file mode 100644
index 0000000..e6975b3
--- /dev/null
+++ b/configs/archive/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-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+rm -f /tmp/vod.json