diff options
author | MaZderMind | 2015-12-27 02:10:31 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-27 02:10:31 +0100 |
commit | 614721e64dba730685718d70eff36b4c7c1ce2de (patch) | |
tree | e24b073b9dd9a2797c74ac7f1db2f9f7fa476be9 /configs/conferences | |
parent | 2dd366341e36152a9e85f1420147201875a938e9 (diff) |
download vod-json directly from live.cch
Diffstat (limited to '')
-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 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 |