diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2012-06-01 19:20:48 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2012-06-02 08:58:01 +0300 |
| commit | c198fe165884d2b41f70e987af32ee3a50e653b7 (patch) | |
| tree | 3325378c072df21b185cb66673a81798a76a686e /templates/bin | |
| parent | 41c82dd2513333d6eb646f1e9278b69fb03f6bbc (diff) | |
| download | vdr-plugin-webvideo-c198fe165884d2b41f70e987af32ee3a50e653b7.tar.gz vdr-plugin-webvideo-c198fe165884d2b41f70e987af32ee3a50e653b7.tar.bz2 | |
Support for the new Areena
Diffstat (limited to 'templates/bin')
| -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 |
