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

# fahrplan
wget --no-check-certificate -q "https://conf.qtcon.org/en/qtcon/public/schedule.xml" -O /tmp/qtcon16-schedule.xml && mv /tmp/qtcon16-schedule.xml schedule.xml
rm -f /tmp/qtcon16-schedule.xml

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