aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/qtcon16/download.sh
diff options
context:
space:
mode:
authorMaZderMind2016-09-01 20:31:05 +0200
committerMaZderMind2016-09-01 20:31:16 +0200
commitc65ce95f4cf9dd5c4c8dc67645072d93bd0b4710 (patch)
treecdce4dad8dcda974aba4b99349622d08824e659b /configs/conferences/qtcon16/download.sh
parentdaf6acb3a30cb2722637d0529f6516d5f0dd8df2 (diff)
qtcon16
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/qtcon16/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/qtcon16/download.sh b/configs/conferences/qtcon16/download.sh
new file mode 100755
index 0000000..bbe92b9
--- /dev/null
+++ b/configs/conferences/qtcon16/download.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "https://conf.qtcon.org/en/qtcon/public/schedule.xml" -O /tmp/qtcon16-schedule.xml && mv /tmp/qtcon16-schedule.xml schedule.xml
+rm -f /tmp/qtcon16-schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/qtcon16/index.json" -O /tmp/qtcon16-vod.json && mv /tmp/qtcon16-vod.json vod.json
+rm -f /tmp/qtcon16-vod.json