diff options
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 |