aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/vcfb2017/download.sh
diff options
context:
space:
mode:
authorderpeter2017-10-04 21:00:36 +0200
committerderpeter2017-10-04 21:00:36 +0200
commit9d7fe70d6e461d2f22b30e1f6fe8ad62e1528ab1 (patch)
tree940ddd83cb784a84077ad65abe0f761bacff1094 /configs/conferences/vcfb2017/download.sh
parent79be26c7a7af5c6ac94c07230fd53a78618908df (diff)
added vcfb 2017 (schedule url needs to be added later)
Diffstat (limited to 'configs/conferences/vcfb2017/download.sh')
-rwxr-xr-xconfigs/conferences/vcfb2017/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/vcfb2017/download.sh b/configs/conferences/vcfb2017/download.sh
new file mode 100755
index 0000000..7ae01c0
--- /dev/null
+++ b/configs/conferences/vcfb2017/download.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "geruempel.ddns.net/schedule_voc.xml" -O /tmp/vcfb2016-schedule.xml && mv /tmp/vcfb2016-schedule.xml schedule.xml
+rm -f /tmp/vcfb2016-schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/vcfb2016/index.json" -O /tmp/vcfb2016-vod.json && mv /tmp/vcfb2016-vod.json vod.json
+rm -f /tmp/vcfb2016-vod.json