aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/32c3/download.sh
blob: 415fdba21e87f175f0bb7dcfb527955a466e2c08 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# fahrplan
wget --no-check-certificate -q "http://data.c3voc.de/32C3/everything.schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml

# vod json
wget -q "http://cdn.c3voc.de/relive/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json