aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences
diff options
context:
space:
mode:
authorDaniel Meißner2016-11-24 22:52:57 +0100
committerDaniel Meißner2016-11-24 22:52:57 +0100
commit75641818b5068d41e2a04b4286e74e0b8cc9f54c (patch)
tree42ce80f53fe83a9a862b94586d6629ac473e2492 /configs/conferences
parent8adf3eaa03a1507bc754c7a14f12d28d0c7ffbf1 (diff)
fixed download script
Diffstat (limited to 'configs/conferences')
-rwxr-xr-xconfigs/conferences/fiffkon2016/download.sh4
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