aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-ulm-2019/download.sh
blob: 08814e942c4f82be9ed377800382ab917959a89e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# fahrplan
wget --no-check-certificate -q "https://jh.kohl.okfn.de/schedule-jh19-ulm.xml" -O /tmp/jh19-ulm-schedule.xml && mv /tmp/jh19-ulm-schedule.xml schedule.xml

# relive
wget -q "http://live.dus.c3voc.de/relive/jh-ulm-2019/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json