aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-west-2016/download.sh
blob: 3b94d5bc37ca847f97835fd558f4ac2757357ea4 (plain)
1
2
3
4
5
6
7
8
#!/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

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