diff options
Diffstat (limited to 'configs/conferences')
-rw-r--r-- | configs/conferences/32c3/config.php | 4 | ||||
-rwxr-xr-x | configs/conferences/32c3/download.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index 70da521..b07f25f 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -594,12 +594,12 @@ $GLOBALS['CONFIG']['SUBTITLES'] = array( /** * URL des L2S2 Primus-Servers */ - 'PRIMUS_URL' => 'http://fusrohda.marudor.de:63404/', + 'PRIMUS_URL' => 'https://subtitles.media.ccc.de/', /** * URL des L2S2 Frontend-Servers */ - 'FRONTEND_URL' => 'http://l2s2.marudor.de/', + 'FRONTEND_URL' => 'https://subtitles.media.ccc.de/', ); /** diff --git a/configs/conferences/32c3/download.sh b/configs/conferences/32c3/download.sh index 8ce5e47..5d59347 100755 --- a/configs/conferences/32c3/download.sh +++ b/configs/conferences/32c3/download.sh @@ -11,5 +11,5 @@ wget --no-check-certificate -q "http://data.testi.ber.c3voc.de/32C3/everything.s rm -f /tmp/everything.schedule.xml /tmp/everything.schedule.json # vod json -wget -q "http://cdn.c3voc.de/relive/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +wget -q "http://live.cch.c3voc.de/relive/32c3/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json rm -f /tmp/vod.json |