Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/yt-dlp/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = "2025.8.27"
version = "2025.9.5"
upstream_repository = "https://github.com/yt-dlp/yt-dlp"
requires = ["websockets"]
1 change: 1 addition & 0 deletions stubs/yt-dlp/yt_dlp/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading