Sunday, January 19, 2020

To Manually Install get_iplayer on Debian (version 9.9)

Instructions found here:

https://github.com/get-iplayer/get_iplayer




But all I needed to do was:

sudo apt-get install libwww-perl liblwp-protocol-https-perl libmojolicious-perl libxml-libxml-perl libcgi-pm-perl atomicparsley ffmpeg

wget https://raw.githubusercontent.com/get-iplayer/get_iplayer/master/get_iplayer

sudo install -m 755 ./get_iplayer /usr/local/bin






Test with:

get_iplayer --release-check

get_iplayer ".*"

To actually fetch something(s)

get_iplayer --get ".*Example.*"

No comments:

Post a Comment