aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDaniel Meißner2016-10-15 20:43:06 +0200
committerDaniel Meißner2016-10-15 20:43:06 +0200
commit1871bc80d833e30de3d05c92e75b4ff93d2bfaa8 (patch)
treecf90707e7c6cb8926796099c9f73abb9c57dac49 /configs
parent224e84220c115137f5137c1e414a15b0443cd869 (diff)
"changed" download.sh for jh16
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/conferences/jh16/download.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/jh16/download.sh b/configs/conferences/jh16/download.sh
index 1ad9b5c..53fc9c8 100755
--- a/configs/conferences/jh16/download.sh
+++ b/configs/conferences/jh16/download.sh
@@ -1,8 +1,8 @@
#!/bin/sh
# fahrplan
-wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-nord.xml" -O /tmp/jh16-nord-schedule.xml && mv /tmp/jh16-nord-schedule.xml schedule.xml
+wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-berlin.xml" -O /tmp/jh16-berlin-schedule.xml && mv /tmp/jh16-berlin-schedule.xml schedule.xml
# relive
-wget -q "http://live.dus.c3voc.de/relive/jh-sued-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+wget -q "http://live.dus.c3voc.de/relive/jh-berlin-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json