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

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

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