aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/32c3/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/archive/32c3/download.sh')
-rw-r--r--configs/archive/32c3/download.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/archive/32c3/download.sh b/configs/archive/32c3/download.sh
new file mode 100644
index 0000000..26b1354
--- /dev/null
+++ b/configs/archive/32c3/download.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+# fahrplan original
+wget --no-check-certificate -q "https://events.ccc.de/congress/2015/Fahrplan/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml
+wget --no-check-certificate -q "https://events.ccc.de/congress/2015/Fahrplan/schedule.json" -O /tmp/schedule.json && mv /tmp/schedule.json schedule.json
+rm -f /tmp/schedule.xml /tmp/schedule.json
+
+# fahrplan
+wget --no-check-certificate -q "http://data.testi.ber.c3voc.de/32C3/everything.schedule.xml" -O /tmp/everything.schedule.xml && mv /tmp/everything.schedule.xml everything.schedule.xml
+wget --no-check-certificate -q "http://data.testi.ber.c3voc.de/32C3/everything.schedule.json" -O /tmp/everything.schedule.json && mv /tmp/everything.schedule.json everything.schedule.json
+rm -f /tmp/everything.schedule.xml /tmp/everything.schedule.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