---- On Mon, 15 Dec 2014 07:01:37 -0800 dinkypumpkin wrote ---- >GitHub repo has been moved to: > >https://github.com/get-iplayer/get_iplayer >
Hi DP It's working OK for me. :-) Just changed address from github.com/dinkypumpkin/get_iplayer... to github.com/get-iplayer/get_iplayer... This shows date last updated... @xubuntu:~$ ls -lh /usr/bin | grep -i "get_iplayer" -rwxr-xr-x 1 root root 391K Nov 28 13:21 get_iplayer lrwxrwxrwx 1 root root 11 Oct 17 2011 get-iplayer -> get_iplayer This is my update command... cd ~/; sudo rm -rf build; mkdir build; cd build; \ wget github.com/get-iplayer/get_iplayer/archive/master.tar.gz -qO- | tar -xz; cd get_iplayer-master; \ sudo cp get_iplayer /usr/bin/get_iplayer This shows new date... @xubuntu:~/build/get_iplayer-master$ ls -lh /usr/bin | grep -i "get_iplayer" -rwxr-xr-x 1 root root 413K Dec 15 16:42 get_iplayer lrwxrwxrwx 1 root root 11 Oct 17 2011 get-iplayer -> get_iplayer (Perhaps there is a slick way to download only the latest script and put it into /usr/bin without cloning the whole git, but my method works OK.) ;-) _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

