diff options
author | Peter Hasse | 2019-09-12 10:30:19 +0200 |
---|---|---|
committer | Peter Hasse | 2019-09-12 10:30:19 +0200 |
commit | 3f4d8712ab8bf3d9a52211aa5145644e130fa837 (patch) | |
tree | 2c1a7af835f459870ef3c76696587a7c8e94c425 /configs/conferences/15np/download.sh | |
parent | e18083ce3f693005ac9330e49d2d7e77a67fdfb1 (diff) |
added 15np (schedule url ist noch falsch)
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/15np/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/15np/download.sh b/configs/conferences/15np/download.sh new file mode 100755 index 0000000..bd93300 --- /dev/null +++ b/configs/conferences/15np/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://programm.froscon.de/2017/schedule.xml" -O /tmp/froscon2017-schedule.xml && mv /tmp/froscon2017-schedule.xml schedule.xml +rm -f /tmp/froscon2017-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/froscon16/index.json" -O /tmp/froscon2017-vod.json && mv /tmp/froscon2017-vod.json vod.json +rm -f /tmp/froscon2017-vod.json |