mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
8 lines
328 B
Bash
Executable file
8 lines
328 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# fahrplan
|
|
wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-nord.xml" -O /tmp/jh16-nord-schedule.xml && mv /tmp/jh16-nord-schedule.xml schedule.xml
|
|
|
|
# relive
|
|
wget -q "http://live.dus.c3voc.de/relive/jh-sued-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
|
|
rm -f /tmp/vod.json
|