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

# fahrplan
wget --no-check-certificate -q "https://cfp.privacyweek.at/pw19/schedule/export/schedule.xml" -O /tmp/pw19-schedule.xml && mv /tmp/pw19-schedule.xml schedule.xml

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