Warn when yt-dlp is severely outdated (#13937)

Authored by: seproDev
This commit is contained in:
sepro
2025-08-06 21:14:45 +02:00
committed by GitHub
parent 8175f3738f
commit 662af5bb83
5 changed files with 27 additions and 0 deletions

View File

@@ -171,6 +171,9 @@ yt-dlp --update-to nightly
python3 -m pip install -U --pre "yt-dlp[default]"
```
When running a yt-dlp version that is older than 90 days, you will see a warning message suggesting to update to the latest version.
You can suppress this warning by adding `--no-update` to your command or configuration file.
## DEPENDENCIES
Python versions 3.9+ (CPython) and 3.11+ (PyPy) are supported. Other versions and implementations may or may not work correctly.