From 88b877606165d509bf304556b459085b1a61e0c2 Mon Sep 17 00:00:00 2001 From: derchris Date: Tue, 28 May 2019 00:31:21 +0200 Subject: add GPN19 download.sh --- configs/conferences/gpn19/download.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 configs/conferences/gpn19/download.sh diff --git a/configs/conferences/gpn19/download.sh b/configs/conferences/gpn19/download.sh new file mode 100755 index 0000000..2b934e6 --- /dev/null +++ b/configs/conferences/gpn19/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://pretalx.entropia.de/gpn19/schedule/export/schedule.xml" -O /tmp/gpn19-schedule.xml && mv /tmp/gpn19-schedule.xml schedule.xml +rm -f /tmp/gpn19-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/ogpn19/index.json" -O /tmp/gpn19-vod.json && mv /tmp/gpn19-vod.json vod.json +rm -f /tmp/gpn19-vod.json -- cgit v1.2.3