diff options
-rwxr-xr-x | templates/bin/ruutu-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bin/ruutu-dl b/templates/bin/ruutu-dl index 855b38a..2d2f0ab 100755 --- a/templates/bin/ruutu-dl +++ b/templates/bin/ruutu-dl @@ -37,6 +37,6 @@ if [ "x$OUTFILE" = "x" ]; then OUTFILE=- fi -$RTMPDUMP -q -r "$1" -W http://n.sestatic.fi/sites/all/modules/media/Nelonen_mediaplayer_5.3.2.swf -p "$2" -o "$OUTFILE" +$RTMPDUMP -q -r "$1" -W http://n.sestatic.fi/sites/all/modules/media/Nelonen_mediaplayer_static_latest.swf -p "$2" -o "$OUTFILE" exit $? |