Installing yt-dlp via Third-party Package Managers
Third-party package managers offer a convenient way to install and update yt-dlp on various operating systems. Here are instructions for some popular package managers:
Windows
Chocolatey
-
Install Chocolatey if you haven't already.
-
Open an administrator PowerShell and run:
choco install yt-dlp
To update:
choco upgrade yt-dlp
Scoop
-
Install Scoop if you haven't already.
-
Open PowerShell and run:
scoop install yt-dlp
To update:
scoop update yt-dlp
winget
-
Open PowerShell and run:
winget install yt-dlp
To update:
winget upgrade yt-dlp
macOS
Homebrew
-
Install Homebrew if you haven't already.
-
Open Terminal and run:
brew install yt-dlp
To update:
brew upgrade yt-dlp
MacPorts
-
Install MacPorts if you haven't already.
-
Open Terminal and run:
sudo port install yt-dlp
To update:
sudo port selfupdate
sudo port upgrade yt-dlp