mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 14:00:12 +08:00
[yt-dlp] Update to 2025.9.5 (#14681)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version = "2025.8.27"
|
||||
version = "2025.9.5"
|
||||
upstream_repository = "https://github.com/yt-dlp/yt-dlp"
|
||||
requires = ["websockets"]
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user