diff options
author | Peter Hasse | 2019-03-25 15:35:48 +0100 |
---|---|---|
committer | Peter Hasse | 2019-03-25 15:35:48 +0100 |
commit | 68e498748caa8e334e4b3a638861ca0a1089e414 (patch) | |
tree | 267a08a5f9e366b14d2437383b55c7ce77fcb9f0 /configs/conferences/nietheater/download.sh | |
parent | 0fc6b50cb25a6138f0118e33be3794c6f5da8e37 (diff) |
added nietheater
Diffstat (limited to 'configs/conferences/nietheater/download.sh')
-rwxr-xr-x | configs/conferences/nietheater/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/nietheater/download.sh b/configs/conferences/nietheater/download.sh new file mode 100755 index 0000000..ef4a476 --- /dev/null +++ b/configs/conferences/nietheater/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 |