diff options
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/jh-nord-2016/download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/jh-nord-2016/download.sh b/configs/conferences/jh-nord-2016/download.sh index 3b94d5b..1ad9b5c 100755 --- a/configs/conferences/jh-nord-2016/download.sh +++ b/configs/conferences/jh-nord-2016/download.sh @@ -1,7 +1,7 @@ #!/bin/sh # fahrplan -#wget --no-check-certificate -q "https://entropia.de/GPN16:Fahrplan:XML?action=raw" -O /tmp/gpn16-schedule.xml && mv /tmp/gpn16-schedule.xml schedule.xml +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 # relive wget -q "http://live.dus.c3voc.de/relive/jh-sued-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json |