diff options
author | derchris | 2018-09-06 23:07:39 +0200 |
---|---|---|
committer | derchris | 2018-09-06 23:07:39 +0200 |
commit | c048c5e00aeb124cd68643ffee3c7fde92681414 (patch) | |
tree | 91628b6c582d49033a7c51ca447fac19b55a71fa /configs/conferences/mrmcd18/download.sh | |
parent | 8cfef68e26a6c31ae76807cb6c4cb5ef0bf9c1b7 (diff) |
mrmcd18: add streaming config
Diffstat (limited to 'configs/conferences/mrmcd18/download.sh')
-rwxr-xr-x | configs/conferences/mrmcd18/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/mrmcd18/download.sh b/configs/conferences/mrmcd18/download.sh new file mode 100755 index 0000000..db15d0e --- /dev/null +++ b/configs/conferences/mrmcd18/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://talks.mrmcd.net/2018/schedule/export?exporter=core-frab-xml" -O /tmp/mrmcd18-schedule.xml && mv /tmp/mrmcd18-schedule.xml schedule.xml +rm -f /tmp/mrmcd18-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 +#rm -f /tmp/emf2016-vod.json |