diff options
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/32c3/download.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/conferences/32c3/download.sh b/configs/conferences/32c3/download.sh new file mode 100755 index 0000000..ca8c5e0 --- /dev/null +++ b/configs/conferences/32c3/download.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "http://events.ccc.de/congress/2015/Fahrplan/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 |