diff options
author | root | 2016-06-13 16:10:12 +0200 |
---|---|---|
committer | root | 2016-06-13 16:10:12 +0200 |
commit | b75294120fec525baa4edd6a0ec23a4223b9e8b8 (patch) | |
tree | 2adc987da4b4fee0cfe3782e4a197ef380b709a7 /configs/conferences/jh-nord-2016/download.sh | |
parent | a782ac0d6ec8fe20dc49b4758fdd3fe03b52a833 (diff) |
local changs from thomic/meise?
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 |