aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/guadec2016/download.sh
diff options
context:
space:
mode:
authorFlorian Larysch2016-08-11 22:08:29 +0200
committerFlorian Larysch2016-08-11 22:08:29 +0200
commit89f135b643e838193853863ff15633d9db025b75 (patch)
tree4a0f714282c28a5ffb2f5553d7521a84c4f20b08 /configs/conferences/guadec2016/download.sh
parentf3d9dee840a9c9ba667c3d234dd3f9ad425e5350 (diff)
guadec2016: add basic config
Diffstat (limited to 'configs/conferences/guadec2016/download.sh')
-rwxr-xr-xconfigs/conferences/guadec2016/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/guadec2016/download.sh b/configs/conferences/guadec2016/download.sh
new file mode 100755
index 0000000..f1fe20e
--- /dev/null
+++ b/configs/conferences/guadec2016/download.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "http://static.gnome.org/guadec-2016/schedule.xml" -O /tmp/guadec2016-schedule.xml && mv /tmp/guadec2016-schedule.xml schedule.xml
+rm -f /tmp/guadec2016-schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/guadec2016/index.json" -O /tmp/guadec2016-vod.json && mv /tmp/guadec2016-vod.json vod.json
+rm -f /tmp/guadec2016-vod.json