aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fusion-presscon/download.sh
diff options
context:
space:
mode:
authorderpeter2019-05-06 21:45:20 +0200
committerderpeter2019-05-06 21:45:20 +0200
commitc648affbbe2eab67ba7ce401f9342ca018909238 (patch)
tree94e3aaa05e03f22709da27860a378a7fc76e9221 /configs/conferences/fusion-presscon/download.sh
parent80f02c07f47996d37f47d02050c4dfb55a9d18a5 (diff)
added fusion prescon
Diffstat (limited to 'configs/conferences/fusion-presscon/download.sh')
-rwxr-xr-xconfigs/conferences/fusion-presscon/download.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/fusion-presscon/download.sh b/configs/conferences/fusion-presscon/download.sh
new file mode 100755
index 0000000..ef4a476
--- /dev/null
+++ b/configs/conferences/fusion-presscon/download.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "https://cfp.privacyweek.at/pw18/schedule/export/schedule.xml" -O /tmp/pw18-schedule.xml && mv /tmp/pw18-schedule.xml schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/pw18/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+rm -f /tmp/vod.json