aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/15np/download.sh
diff options
context:
space:
mode:
authorLukas Schauer2021-04-06 19:54:16 +0200
committerLukas Schauer2021-04-06 19:54:16 +0200
commitd3c805518a0a0349f56288559254f3107cf5e96c (patch)
treed8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/archive/15np/download.sh
parent58a6e71c844ae16502fd996859b14a6e25b838ee (diff)
archive some older conferences
Diffstat (limited to 'configs/archive/15np/download.sh')
-rwxr-xr-xconfigs/archive/15np/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/archive/15np/download.sh b/configs/archive/15np/download.sh
new file mode 100755
index 0000000..bd93300
--- /dev/null
+++ b/configs/archive/15np/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