Install on macOS
With Homebrew
If you have Homebrew
you can install with:
# this will install svtplay-dl and ffmpeg to merge audio and video files into one
brew install svtplay-dl ffmpeg Download with curl
You have to deal with dependencies yourself and you need to install ffmpeg
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