diff --git a/stubs/yt-dlp/yt_dlp/__init__.pyi b/stubs/yt-dlp/yt_dlp/__init__.pyi index 934930379ec9..32fbb1cda93d 100644 --- a/stubs/yt-dlp/yt_dlp/__init__.pyi +++ b/stubs/yt-dlp/yt_dlp/__init__.pyi @@ -223,6 +223,7 @@ class _Params(TypedDict, total=False): write_pages: bool | None external_downloader_args: Literal["default"] | Mapping[str, Collection[str]] | Collection[str] | None postprocessor_args: Mapping[str, Collection[str]] | Collection[str] | None + postprocessor_hooks: list[Callable[[dict[str, Any]], object]] | None geo_verification_proxy: str | None geo_bypass: bool | None geo_bypass_country: str | None