Install on Linux
For any Linux
# download with curl
sudo curl -L https://svtplay-dl.se/download/latest/svtplay-dl -o /usr/local/bin/svtplay-dl
# make it executable
sudo chmod a+rx /usr/local/bin/svtplay-dl
Debian and Ubuntu
The included repository in Debian and Ubuntu could sometimes be lagging behind. The recommended way is to use our own repo.
# Add the PGP release keys:
sudo curl -s https://svtplay-dl.se/release-key.txt --output /usr/share/keyrings/svtplay-dl.txt
# Add the release channel to your APT sources:
echo "deb [signed-by=/usr/share/keyrings/svtplay-dl.txt] https://apt.svtplay-dl.se/ svtplay-dl release" | sudo tee /etc/apt/sources.list.d/svtplay-dl.list
# Update and install svtplay-dl:
sudo apt update
sudo apt install svtplay-dl
# For postprocessing of video files, also install ffmpeg:
sudo apt install ffmpeg
Solus
svtplay-dl is avaliable in the stable repository of Solus and can be installed by running:
sudo eopkg it svtplay-dl
From source
See the Install from source page.