[yt-dlp] Update to 2025.9.5 (#14681)

This commit is contained in:
Semyon Moroz
2025-09-06 13:09:21 +00:00
committed by GitHub
parent bda21cf85a
commit 6795f430a4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
version = "2025.8.27"
version = "2025.9.5"
upstream_repository = "https://github.com/yt-dlp/yt-dlp"
requires = ["websockets"]
+1
View File
@@ -232,6 +232,7 @@ class _Params(TypedDict, total=False):
geo_bypass: bool | None
geo_bypass_country: str | None
geo_bypass_ip_block: str | None
useid: bool | None
compat_opts: dict[str, Any] | None
logger: _LoggerProtocol
# Undocumented fields below.