diff options
author | root | 2016-01-12 20:19:04 +0100 |
---|---|---|
committer | root | 2016-01-12 20:19:04 +0100 |
commit | 95ad5aac184fe49754bd6b8f8d828ff7f47584d0 (patch) | |
tree | 347155f203e993555c9ec265ff841c4558136313 /configs/conferences/32c3/download.sh | |
parent | 93bf9a1a4124817baa6f9afedda8325c887de723 (diff) |
load 32c3 relive from usa
Diffstat (limited to 'configs/conferences/32c3/download.sh')
-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 5d59347..26b1354 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://live.cch.c3voc.de/relive/32c3/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +wget -q "http://live.dus.c3voc.de/relive/32c3/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json rm -f /tmp/vod.json |