aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-ulm/download.sh
diff options
context:
space:
mode:
authorderchris2018-11-24 00:06:17 +0100
committerderchris2018-11-24 00:06:17 +0100
commit971b1b36b6f21905f3ad0e3c25451414738740e9 (patch)
treee881459dec3fb38148c09346ddcca7b6a00ced03 /configs/conferences/jh-ulm/download.sh
parentf1ef4d5176c027348a9670677e117fd47ad272c4 (diff)
add jh-ulm 2018
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/jh-ulm/download.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/conferences/jh-ulm/download.sh b/configs/conferences/jh-ulm/download.sh
index 9ef9956..49cfbcd 100755
--- a/configs/conferences/jh-ulm/download.sh
+++ b/configs/conferences/jh-ulm/download.sh
@@ -1,8 +1,9 @@
#!/bin/sh
# fahrplan
-wget --no-check-certificate -q "http://data.c3voc.de/jh17/schedule-jh17-ulm.xml" -O /tmp/jh17-ulm-schedule.xml && mv /tmp/jh17-ulm-schedule.xml schedule.xml
+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 "http://live.dus.c3voc.de/relive/jh-ulm-2017/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+wget -q "//live.ber.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