From 30ccb5a411a42a46c8445127aa162b163f2b01fd Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 19 Sep 2019 10:50:02 +0200 Subject: All Systems Go 2019 --- configs/conferences/asg2019/download.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 configs/conferences/asg2019/download.sh (limited to 'configs/conferences/asg2019/download.sh') diff --git a/configs/conferences/asg2019/download.sh b/configs/conferences/asg2019/download.sh new file mode 100755 index 0000000..bbe92b9 --- /dev/null +++ b/configs/conferences/asg2019/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 -- cgit v1.2.3