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

# fahrplan
wget --no-check-certificate -q "https://talks.mrmcd.net/2018/schedule/export?exporter=core-frab-xml" -O /tmp/mrmcd18-schedule.xml && mv /tmp/mrmcd18-schedule.xml schedule.xml
rm -f /tmp/mrmcd18-schedule.xml

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