diff options
author | derchris | 2019-04-21 17:23:05 +0200 |
---|---|---|
committer | derchris | 2019-04-21 17:23:05 +0200 |
commit | 34291fa240ea12d2b04ba5741d61b062a67d081f (patch) | |
tree | 19dd2d2a19a03e8154a136af855a46aa13dea21c /configs/conferences/subscribe10/download.sh | |
parent | fd72b0f50a355006069c5a336441f08beb7d3c50 (diff) | |
parent | 9e9e444e052b9cd887d8d5fbda51b40ad2eafcfa (diff) |
Merge branch 'master' of git.c3voc.de:streaming-website
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/subscribe10/download.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/conferences/subscribe10/download.sh b/configs/conferences/subscribe10/download.sh new file mode 100755 index 0000000..633d1f6 --- /dev/null +++ b/configs/conferences/subscribe10/download.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://frab.das-sendezentrum.de/de/subscribe8/public/schedule.xml" -O /tmp/subscribe8-schedule.xml && mv /tmp/subscribe8-schedule.xml schedule.xml + +# relive +wget --no-check-certificate -q "http://live.ber.c3voc.de/releases/relive/subscribe8/index.json" -O /tmp/subscribe8-relive.json && mv /tmp/subscribe8-relive.json relive.json |