diff options
author | MaZderMind | 2015-12-15 11:22:50 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-15 11:22:50 +0100 |
commit | a35d75c584b3c9647be3528f0b0d38ea0550af1d (patch) | |
tree | a57cc996f2a6c973cfd7092087b926f18f137f01 /configs/conferences/32c3 | |
parent | 232b06799d0768f535c2e29c06e911ec2a3f27a1 (diff) |
[32c3] update vod-json url
Diffstat (limited to 'configs/conferences/32c3')
-rwxr-xr-x | configs/conferences/32c3/download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |