streaming-website/configs/conferences/31c3/download.sh
2016-05-25 23:18:08 +02:00

7 lines
285 B
Bash

#!/bin/sh
# fahrplan
wget --no-check-certificate -q "http://events.ccc.de/congress/2014/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