From f3fc9b703fcdc88fe9e051df5958db0cf223244f Mon Sep 17 00:00:00 2001 From: Sophie Schiller Date: Sat, 19 Oct 2019 10:37:12 +0200 Subject: jh-hd-2019 initial commit --- configs/conferences/jh-hd-2019/download.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 configs/conferences/jh-hd-2019/download.sh (limited to 'configs/conferences/jh-hd-2019/download.sh') diff --git a/configs/conferences/jh-hd-2019/download.sh b/configs/conferences/jh-hd-2019/download.sh new file mode 100755 index 0000000..1ad9b5c --- /dev/null +++ b/configs/conferences/jh-hd-2019/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-nord.xml" -O /tmp/jh16-nord-schedule.xml && mv /tmp/jh16-nord-schedule.xml schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/jh-sued-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json -- cgit v1.2.3