View Single Post
Posts: 19 | Thanked: 3 times | Joined on Aug 2007 @ Surrey, UK
#53
Hi

I need a little stuck as I'm stuck... I've done the following
sudo gainroot
apt-get update
apt-get install iplayer-dl

then done

echo "alias iplayer='iplayer-dl -d /home/user/MyDocs/.videos'" >> /home/user/.profile

cat /home/user/.profile
shows
alias iplayer='iplayer-dl -d /home/user/MyDocs/.videos'

running apt-get install iplayer-dl says its already latest version

YET, typing iplayer 'and the URL' or iplayer-dl -d I get the error
iplayer-dl not found

Not sure what to do next?