Welcome to apt.svtplay-dl.se

apt repo for debian / ubuntu

# Add the release PGP keys:
curl -s https://svtplay-dl.se/release-key.txt | sudo apt-key add -

# Add the "release" channel to your APT sources:
echo "deb http://apt.svtplay-dl.se/ svtplay-dl release" | sudo tee /etc/apt/sources.list.d/svtplay-dl.list


# Update and install svtplay-dl:
sudo apt-get update
sudo apt-get install svtplay-dl


you can access this repo via Tor: http://tmna6egrqaoklvdz.onion/

#to use this via tor you need to install "apt-transport-tor" package via apt-get
# you can grab the PGP key from: http://fjaxaamkhjoeuamm.onion/release-key.txt
cat release-key.txt | sudo apt-key add -
# Add the "release" channel to your APT sources:
echo "deb http://tmna6egrqaoklvdz.onion/ svtplay-dl release" | sudo tee /etc/apt/sources.list.d/svtplay-dl.list