diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/lnp200/download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/lnp200/download.sh b/configs/conferences/lnp200/download.sh index 5474658..0185978 100644 --- a/configs/conferences/lnp200/download.sh +++ b/configs/conferences/lnp200/download.sh @@ -1,3 +1,3 @@ # vod json -wget -q "http://live.dus.c3voc.de/relive/chaosradio/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +wget -q "http://live.dus.c3voc.de/relive/lnp200/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json rm -f /tmp/vod.json |