diff options
Diffstat (limited to 'configs/conferences/jh-ulm/download.sh')
-rwxr-xr-x | configs/conferences/jh-ulm/download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/jh-ulm/download.sh b/configs/conferences/jh-ulm/download.sh index 49cfbcd..5bf45cc 100755 --- a/configs/conferences/jh-ulm/download.sh +++ b/configs/conferences/jh-ulm/download.sh @@ -4,6 +4,6 @@ wget --no-check-certificate -q "https://jh.kohl.okfn.de/schedule-jh.xml" -O /tmp/jh18-ulm-schedule.xml && mv /tmp/jh18-ulm-schedule.xml schedule.xml # relive -wget -q "//live.ber.c3voc.de/relive/jh/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +wget -q "//relive.c3voc.de/relive/jh/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json rm -f /tmp/vod.json rm -f /tmp/jh18-ulm-schedule.xml |