mirror of
https://github.com/voc/streaming-website
synced 2024-11-14 16:37:18 +00:00
correct fahrplan paths
This commit is contained in:
parent
90ffd7dffa
commit
b6fcc301bd
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# fahrplan
|
||||
wget --no-check-certificate -q "https://www.emfcamp.org/schedule.frab" -O /tmp/emf2016-schedule.xml && mv /tmp/emf2016-schedule.xml schedule.xml
|
||||
rm -f /tmp/emf2016-schedule.xml
|
||||
wget --no-check-certificate -q "https://www.emfcamp.org/schedule.frab" -O /tmp/emf2018-schedule.xml && mv /tmp/emf2018-schedule.xml schedule.xml
|
||||
rm -f /tmp/emf2018-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
|
||||
|
|
Loading…
Reference in a new issue