aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/hamburgwaehltklima/download.sh
diff options
context:
space:
mode:
authorDaniel Molkentin2020-02-21 11:44:01 +0100
committerDaniel Molkentin2020-02-21 11:44:01 +0100
commit8590962a0dbfc238c7b2e11ae941308b9d0c90e1 (patch)
tree992732a1d1528ce1bd5ddaa0cba239fc8db3385c /configs/conferences/hamburgwaehltklima/download.sh
parent5716eb1c8e5f59af0ee28220d4366236780eccd9 (diff)
Hamburg waehlt Klima Stream
Diffstat (limited to 'configs/conferences/hamburgwaehltklima/download.sh')
-rwxr-xr-xconfigs/conferences/hamburgwaehltklima/download.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/hamburgwaehltklima/download.sh b/configs/conferences/hamburgwaehltklima/download.sh
new file mode 100755
index 0000000..ef4a476
--- /dev/null
+++ b/configs/conferences/hamburgwaehltklima/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