diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/cryptocon16/config.php | 2 | ||||
-rwxr-xr-x | configs/conferences/cryptocon16/download.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/configs/conferences/cryptocon16/config.php b/configs/conferences/cryptocon16/config.php index e2aeea4..81974eb 100644 --- a/configs/conferences/cryptocon16/config.php +++ b/configs/conferences/cryptocon16/config.php @@ -101,7 +101,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ -// 'RELIVE_JSON' => '', + //'RELIVE_JSON' => 'configs/conferences/cryptocon16/vod.json', /** * APCU-Cache-Zeit in Sekunden diff --git a/configs/conferences/cryptocon16/download.sh b/configs/conferences/cryptocon16/download.sh index d0bf262..691b513 100755 --- a/configs/conferences/cryptocon16/download.sh +++ b/configs/conferences/cryptocon16/download.sh @@ -2,3 +2,5 @@ # fahrplan wget --no-check-certificate -q "https://events.sublab.io/en/CC16/public/schedule.xml" -O /tmp/cryptocon16-schedule.xml && mv /tmp/cryptocon16-schedule.xml schedule.xml + +wget -q "http://live.dus.c3voc.de/relive/cc16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json |