diff options
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/fiffkon2016/download.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |