Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6795f43

Browse files
authored
[yt-dlp] Update to 2025.9.5 (#14681)
1 parent bda21cf commit 6795f43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/yt-dlp/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "2025.8.27"
1+
version = "2025.9.5"
22
upstream_repository = "https://github.com/yt-dlp/yt-dlp"
33
requires = ["websockets"]

stubs/yt-dlp/yt_dlp/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ class _Params(TypedDict, total=False):
232232
geo_bypass: bool | None
233233
geo_bypass_country: str | None
234234
geo_bypass_ip_block: str | None
235+
useid: bool | None
235236
compat_opts: dict[str, Any] | None
236237
logger: _LoggerProtocol
237238
# Undocumented fields below.

0 commit comments

Comments
 (0)