From c208c0abc01ed5c46774f0cabdc52f4a5b9d8a4b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 6 Jul 2012 17:25:49 +0000 Subject: o Initial import. --- update-feed.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update-feed.sh (limited to 'update-feed.sh') diff --git a/update-feed.sh b/update-feed.sh new file mode 100644 index 0000000..f0a7508 --- /dev/null +++ b/update-feed.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +curl -s http://tv.nrk.no/listobjects/recentlysent | dos2unix |xmllint --html --dropdtd --xmlout - 2> /dev/null | xmlstarlet tr ./tv.nrk.no.xsl > tv.nrk.no.atom -- cgit v1.2.3