From a35d75c584b3c9647be3528f0b0d38ea0550af1d Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 15 Dec 2015 11:22:50 +0100 Subject: [32c3] update vod-json url --- configs/conferences/32c3/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/conferences') diff --git a/configs/conferences/32c3/download.sh b/configs/conferences/32c3/download.sh index fecb6e7..415fdba 100755 --- a/configs/conferences/32c3/download.sh +++ b/configs/conferences/32c3/download.sh @@ -4,4 +4,4 @@ wget --no-check-certificate -q "http://data.c3voc.de/32C3/everything.schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml # vod json -wget -q "http://cdn.c3voc.de/releases/relive/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +wget -q "http://cdn.c3voc.de/relive/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json -- cgit v1.2.3