aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/ffrl-routing-days-2016/download.sh
blob: 7af01d040a6624c2c9a7d726a15c10940cf468ce (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# fahrplan
wget --no-check-certificate -q "https://mlsrv.de/public/routingdays16-schedule/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml
rm -f /tmp/schedule.xml /tmp/schedule.json

# vod json
wget -q "http://live.ber.c3voc.de/releases/relive/ffrl-routing-days-2016/ffrl-routing-days/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json