aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/14np/download.sh
diff options
context:
space:
mode:
authorderpeter2018-09-20 10:47:06 +0200
committerderpeter2018-09-20 10:47:06 +0200
commita5c18584decd0b19718b8ddb002588dae3e381d4 (patch)
tree17818285b4cc3908d656af5fabbb63f8b8d452e3 /configs/conferences/14np/download.sh
parent9a603d06a14e77ef4d9c657eb03d669685de3859 (diff)
initial commit 14np
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/14np/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/14np/download.sh b/configs/conferences/14np/download.sh
new file mode 100755
index 0000000..bd93300
--- /dev/null
+++ b/configs/conferences/14np/download.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "https://programm.froscon.de/2017/schedule.xml" -O /tmp/froscon2017-schedule.xml && mv /tmp/froscon2017-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