From 65ab2eca6542e01fee70e302dadc90aa94685a55 Mon Sep 17 00:00:00 2001 From: Maximilian Richt Date: Sat, 2 Nov 2019 11:39:16 +0100 Subject: jh-ulm-2019 --- configs/conferences/jh-ulm-2019/download.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 configs/conferences/jh-ulm-2019/download.sh (limited to 'configs/conferences/jh-ulm-2019/download.sh') diff --git a/configs/conferences/jh-ulm-2019/download.sh b/configs/conferences/jh-ulm-2019/download.sh new file mode 100755 index 0000000..08814e9 --- /dev/null +++ b/configs/conferences/jh-ulm-2019/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://jh.kohl.okfn.de/schedule-jh19-ulm.xml" -O /tmp/jh19-ulm-schedule.xml && mv /tmp/jh19-ulm-schedule.xml schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/jh-ulm-2019/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json -- cgit v1.2.3