Go to the official yt-dlp GitHub releases page
Open the latest release
Download the file for your operating system
Windows: download `yt-dlp.exe`
macOS/Linux: download the `yt-dlp` binary or...
Run `yt-dlp -U`
If installed with `pip`, run `python -m pip install -U yt-dlp`
If installed with `pip3`, run `python3 -m pip install -U yt-dlp`
If installed...