aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/ffrl-routing-days-2016/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/ffrl-routing-days-2016/download.sh')
-rw-r--r--configs/conferences/ffrl-routing-days-2016/download.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/conferences/ffrl-routing-days-2016/download.sh b/configs/conferences/ffrl-routing-days-2016/download.sh
deleted file mode 100644
index e6975b3..0000000
--- a/configs/conferences/ffrl-routing-days-2016/download.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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