summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-11-03 21:00:22 +0200
committerAntti Ajanki <antti.ajanki@iki.fi>2010-11-03 21:00:22 +0200
commit695fb343a927261f06d4f62ed029192b88f0b4da (patch)
treeefd78860674fa6b5832dfa10ff3647c547b4f758
parent52a43efdde8e4e1f967fabae6720414eab583c43 (diff)
downloadvdr-plugin-webvideo-695fb343a927261f06d4f62ed029192b88f0b4da.tar.gz
vdr-plugin-webvideo-695fb343a927261f06d4f62ed029192b88f0b4da.tar.bz2
player version changed
-rwxr-xr-xtemplates/bin/ruutu-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bin/ruutu-dl b/templates/bin/ruutu-dl
index 9953bf3..a418e26 100755
--- a/templates/bin/ruutu-dl
+++ b/templates/bin/ruutu-dl
@@ -31,6 +31,6 @@ if [ "x$2" = "x" ]; then
exit 1
fi
-$RTMPDUMP -q -r "$1" -W http://n.sestatic.fi/sites/all/modules/media/Nelonen_mediaplayer_5.1.3.swf -p "$2" -o -
+$RTMPDUMP -q -r "$1" -W http://n.sestatic.fi/sites/all/modules/media/Nelonen_mediaplayer_5.3.2.swf -p "$2" -o -
exit $?