
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
svtplay-dl
Advanced tools
If you have Homebrew on your machine you can install by running:
brew install svtplay-dl
You will need to run brew install ffmpeg afterwards, if you don't already have one of these packages.
svtplay-dl is available in Debian strech and later and on Ubuntu 16.04 and later, which means you can install it straight away using apt. The version in their repo is often old and thus we strongly recommend using our own apt repo, which always include the latest version. The svtplay-dl repo for Debian / Ubuntu can be found at apt.svtplay-dl.se.
curl -s https://svtplay-dl.se/release-key.txt | sudo apt-key add -
echo "deb https://apt.svtplay-dl.se/ svtplay-dl release" | sudo tee /etc/apt/sources.list.d/svtplay-dl.list
sudo apt-get update
sudo apt-get install svtplay-dl
svtplay-dl is avaliable in the Solus repository and can be installed by simply running:
sudo eopkg it svtplay-dl
You can download the Windows binaries from svtplay-dl.se
If you want to build your own Windows binaries:
pip install -e .python setversion.py # this will change the version string to a more useful onepython %PYTHON%\\Scripts\\cxfreeze --include-modules=cffi,queue,idna.idnadata --target-dir=build bin/svtplay-dlsvtplay-dl.exe and pythonXX.dll from that folder to run svtplay-dl.exe pip3 install svtplay-dl
sudo curl -L https://svtplay-dl.se/download/latest/svtplay-dl -o /usr/local/bin/svtplay-dl
sudo chmod a+rx /usr/local/bin/svtplay-dl
If packaging isn’t available for your operating system, or you want to use a non-released version, you’ll want to install from source. Use git to download the sources:
git clone https://github.com/spaam/svtplay-dl
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.
sudo python3 setup.py install
svtplay-dl [options] URL
If you encounter any bugs or problems, don’t hesitate to open an issue on github.
Or why not join the #svtplay-dl IRC channel on Freenode?
This script works for:
This project is licensed under The MIT License (MIT) Homepage: svtplay-dl.se
FAQs
Command-line program to download videos from various video on demand sites
We found that svtplay-dl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.