diff options
Diffstat (limited to 'configs/conferences/wbm10/download.sh')
-rw-r--r-- | configs/conferences/wbm10/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/wbm10/download.sh b/configs/conferences/wbm10/download.sh new file mode 100644 index 0000000..94b421e --- /dev/null +++ b/configs/conferences/wbm10/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://schedule.battlemesh.org/schedule.xml" -O /tmp/wbm10-schedule.xml && mv /tmp/wbm10-schedule.xml schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/wbm10/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |