diff options
Diffstat (limited to 'templates/bin/yle-dl')
-rwxr-xr-x | templates/bin/yle-dl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |