aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/13np/download.sh
diff options
context:
space:
mode:
authorderpeter2017-08-28 21:53:29 +0200
committerderpeter2017-08-28 21:53:29 +0200
commit8035d40213d4718664586d0bb7d8d51e5540502b (patch)
tree2cbc8ca19279458b51923cb8ab933e2d6b7d85b3 /configs/conferences/13np/download.sh
parent7ba38789cb52e48aa4aec0b82ab1c3a9b22c5f39 (diff)
renamed netzpolitik
Diffstat (limited to 'configs/conferences/13np/download.sh')
-rwxr-xr-xconfigs/conferences/13np/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/13np/download.sh b/configs/conferences/13np/download.sh
new file mode 100755
index 0000000..bd93300
--- /dev/null
+++ b/configs/conferences/13np/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