aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/gpn16/download.sh
blob: d56ca86f6679ca37d2ce40c90c2f8632d10e8949 (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/gpn16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json