Install from source


Installing svtplay-dl from source is pretty simple. Follow the instuctions for your OS.

For Linux, BSD, macOS

# First clone the repository:
git clone https://github.com/spaam/svtplay-dl.git

# To install svtplay-dl, navigate to the directory where you cloned the source and run:
make
sudo make install

# to test the installation
svtplay-dl --version

Prerequisites

svtplay-dl requires the following additional tools and libraries. They are usually available from your distribution’s package repositories. If you don’t have them, some features will not be working.

For Windows