aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh16/download.sh
blob: 53fc9c801749f03fd119773932c815154f6a79b5 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# fahrplan
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-berlin-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json