From 75641818b5068d41e2a04b4286e74e0b8cc9f54c Mon Sep 17 00:00:00 2001 From: Daniel Meißner Date: Thu, 24 Nov 2016 22:52:57 +0100 Subject: fixed download script --- configs/conferences/fiffkon2016/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/conferences') diff --git a/configs/conferences/fiffkon2016/download.sh b/configs/conferences/fiffkon2016/download.sh index c40b2a7..9f7f6d3 100755 --- a/configs/conferences/fiffkon2016/download.sh +++ b/configs/conferences/fiffkon2016/download.sh @@ -1,8 +1,8 @@ #!/bin/sh # fahrplan -wget --no-check-certificate -q "https://datenspuren.de/2016/fahrplan/schedule.xml" -O /tmp/DS2016-schedule.xml && mv /tmp/DS2016-schedule.xml schedule.xml +wget --no-check-certificate -q "http://data.testi.ber.c3voc.de/schedule/fiffkon16/schedule-Hoersaal.xml" -O /tmp/fiffkon16-schedule.xml && mv /tmp/fiffkon-schedule.xml schedule.xml # relive -wget -q "http://live.dus.c3voc.de/relive/DS2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +wget -q "http://live.dus.c3voc.de/relive/fiffkon/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json rm -f /tmp/vod.json -- cgit v1.2.3