We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a6695 commit 5aa54c3Copy full SHA for 5aa54c3
1 file changed
stubs/yt-dlp/yt_dlp/__init__.pyi
@@ -223,6 +223,7 @@ class _Params(TypedDict, total=False):
223
write_pages: bool | None
224
external_downloader_args: Literal["default"] | Mapping[str, Collection[str]] | Collection[str] | None
225
postprocessor_args: Mapping[str, Collection[str]] | Collection[str] | None
226
+ postprocessor_hooks: list[Callable[[dict[str, Any]], object]] | None
227
geo_verification_proxy: str | None
228
geo_bypass: bool | None
229
geo_bypass_country: str | None
0 commit comments