[Script request]: Get_iPlayer #7615
Answered
by
tremor021
bwhybrow23
asked this question in
Request script
-
Application NameGet_iPlayer Websitehttps://github.com/get-iplayer/get_iplayer DescriptionGet_iPlayer is a piece of software designed to download video files from BBC iPlayer - the main supported way to do so. Due Diligence
|
Beta Was this translation helpful? Give feedback.
Answered by
tremor021
Sep 13, 2025
Replies: 1 comment
-
echo "deb http://download.opensuse.org/repositories/home:/m-grant-prg/Debian_Testing/ /" >/etc/apt/sources.list.d/home:m-grant-prg.list
curl -fsSL "https://download.opensuse.org/repositories/home:m-grant-prg/Debian_Testing/Release.key" | gpg --dearmor -o /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg
apt-get update
apt-get install -y get-iplayer There you go |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tremor021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There you go