diff options
author | Sophie Schiller | 2019-09-19 22:22:30 +0200 |
---|---|---|
committer | Sophie Schiller | 2019-09-19 22:22:30 +0200 |
commit | c95b26106ca1ec5db2f131a35abc5afd12e9e7fb (patch) | |
tree | 514c7d63cead3861288836c50e97a5c71f29a370 /configs/conferences/datenspuren19/download.sh | |
parent | 86c889a11cdc63092591554b98faed80b09b66ed (diff) |
datenspuren19 initial config
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/datenspuren19/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/datenspuren19/download.sh b/configs/conferences/datenspuren19/download.sh new file mode 100755 index 0000000..bbe92b9 --- /dev/null +++ b/configs/conferences/datenspuren19/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://conf.qtcon.org/en/qtcon/public/schedule.xml" -O /tmp/qtcon16-schedule.xml && mv /tmp/qtcon16-schedule.xml schedule.xml +rm -f /tmp/qtcon16-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/qtcon16/index.json" -O /tmp/qtcon16-vod.json && mv /tmp/qtcon16-vod.json vod.json +rm -f /tmp/qtcon16-vod.json |