1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-30 10:42:05 +00:00

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

@@ -971,6 +971,7 @@ def parse_options(argv=None):
'geo_bypass': opts.geo_bypass,
'geo_bypass_country': opts.geo_bypass_country,
'geo_bypass_ip_block': opts.geo_bypass_ip_block,
'warn_when_outdated': opts.update_self is None,
'_warnings': warnings,
'_deprecation_warnings': deprecation_warnings,
'compat_opts': opts.compat_opts,