diff options
author | derchris | 2019-04-21 17:23:05 +0200 |
---|---|---|
committer | derchris | 2019-04-21 17:23:05 +0200 |
commit | 34291fa240ea12d2b04ba5741d61b062a67d081f (patch) | |
tree | 19dd2d2a19a03e8154a136af855a46aa13dea21c /configs/conferences/nietheater/download.sh | |
parent | fd72b0f50a355006069c5a336441f08beb7d3c50 (diff) | |
parent | 9e9e444e052b9cd887d8d5fbda51b40ad2eafcfa (diff) |
Merge branch 'master' of git.c3voc.de:streaming-website
Diffstat (limited to '')
-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 |