aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/ffrl-routing-days-2016/download.sh
blob: e6975b3b1578de205bf5928441daf95c17c6a097 (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.dus.c3voc.de/relive/ffrl-routing-days-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json