From 1871bc80d833e30de3d05c92e75b4ff93d2bfaa8 Mon Sep 17 00:00:00 2001 From: Daniel Meißner Date: Sat, 15 Oct 2016 20:43:06 +0200 Subject: "changed" download.sh for jh16 --- configs/conferences/jh16/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/conferences/jh16/download.sh b/configs/conferences/jh16/download.sh index 1ad9b5c..53fc9c8 100755 --- a/configs/conferences/jh16/download.sh +++ b/configs/conferences/jh16/download.sh @@ -1,8 +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 +wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-berlin.xml" -O /tmp/jh16-berlin-schedule.xml && mv /tmp/jh16-berlin-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 +wget -q "http://live.dus.c3voc.de/relive/jh-berlin-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json rm -f /tmp/vod.json -- cgit v1.2.3