diff options
author | Florian Larysch | 2016-05-25 22:20:03 +0200 |
---|---|---|
committer | Florian Larysch | 2016-05-25 22:20:03 +0200 |
commit | 01941566d26635116baf4eb79b3479b17dd55a3b (patch) | |
tree | 6a4d56184fc89445acf26b52e480b39fc9140864 /configs/conferences/gpn16/download.sh | |
parent | f0f65ab083b3eebdda3ceef1c528112fe465007a (diff) |
add initial gpn16 config
Diffstat (limited to 'configs/conferences/gpn16/download.sh')
-rwxr-xr-x | configs/conferences/gpn16/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/gpn16/download.sh b/configs/conferences/gpn16/download.sh new file mode 100755 index 0000000..d56ca86 --- /dev/null +++ b/configs/conferences/gpn16/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://entropia.de/GPN16:Fahrplan:XML?action=raw" -O /tmp/gpn16-schedule.xml && mv /tmp/gpn16-schedule.xml schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/gpn16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |