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

# fahrplan
wget --no-check-certificate -q "https://pretalx.entropia.de/gpn19/schedule/export/schedule.xml" -O /tmp/gpn19-schedule.xml && mv /tmp/gpn19-schedule.xml schedule.xml
rm -f /tmp/gpn19-schedule.xml

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