From c198fe165884d2b41f70e987af32ee3a50e653b7 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Fri, 1 Jun 2012 19:20:48 +0300 Subject: Support for the new Areena --- templates/bin/yle-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/bin') diff --git a/templates/bin/yle-dl b/templates/bin/yle-dl index fdaf845..8950607 100755 --- a/templates/bin/yle-dl +++ b/templates/bin/yle-dl @@ -9,7 +9,7 @@ YLEDL=yle-dl which $YLEDL > /dev/null 2>&1 if [ $? != 0 ]; then echo "ERROR: $YLEDL is not on \$PATH" 1>&2 - echo "Install rtmpdump-yle from http://users.tkk.fi/~aajanki/rtmpdump-yle/index.html" 1>&2 + echo "Install yle-dl from https://github.com/aajanki/yle-dl" 1>&2 exit 1 fi -- cgit v1.2.3