diff options
author | Clemens H / OE1RFC / datacop | 2019-10-21 10:46:39 +0200 |
---|---|---|
committer | Andreas Hubel | 2019-10-21 10:46:39 +0200 |
commit | 55fa6f1054f03c4a7e465c34102daf21947783b5 (patch) | |
tree | d4b6b2a6ad3142d6e2aa28b0529d8744a8b7cbce /configs/conferences/pw19/download.sh | |
parent | e16a674497d80658f74e2b1332ef9f1bd7ece3aa (diff) |
add PrivacyWeek 2019 pw19 (#101)
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/pw19/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/pw19/download.sh b/configs/conferences/pw19/download.sh new file mode 100755 index 0000000..555c8fb --- /dev/null +++ b/configs/conferences/pw19/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://cfp.privacyweek.at/pw19/schedule/export/schedule.xml" -O /tmp/pw19-schedule.xml && mv /tmp/pw19-schedule.xml schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/pw19/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |