diff options
author | MaZderMind | 2016-06-17 15:20:05 +0200 |
---|---|---|
committer | MaZderMind | 2016-06-17 15:20:05 +0200 |
commit | 37554e5112397ee0f3565e3bcece2f4149ccd3df (patch) | |
tree | 284f8743d92e795a51423d3597e0811a458b00d5 /configs/conferences/jh-ost-2016/download.sh | |
parent | 89924b40d4c13d2e74df9d857ce254b01f3104d4 (diff) |
jh-ost-2016
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/jh-ost-2016/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/jh-ost-2016/download.sh b/configs/conferences/jh-ost-2016/download.sh new file mode 100755 index 0000000..859c307 --- /dev/null +++ b/configs/conferences/jh-ost-2016/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-ost.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-ost-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |