diff options
author | Sophie Schiller | 2018-11-03 14:00:39 +0100 |
---|---|---|
committer | Sophie Schiller | 2018-11-03 14:00:39 +0100 |
commit | 8902033279043e8c2a6e6e92e3630cfeaec89b5c (patch) | |
tree | 1ab9826bf5af47e5c969471ca8b9c8f983f58423 /configs/conferences/pw18/download.sh | |
parent | 740c954b211efd525c82b3475359960981720e1a (diff) | |
parent | e43a34fae03af3c052d0876e5bf8b065aebefee0 (diff) |
Merge branch 'master' of git.c3voc.de:streaming-website
Diffstat (limited to 'configs/conferences/pw18/download.sh')
-rwxr-xr-x | configs/conferences/pw18/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/pw18/download.sh b/configs/conferences/pw18/download.sh new file mode 100755 index 0000000..ef4a476 --- /dev/null +++ b/configs/conferences/pw18/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 |