Skip to content

Commit 5aa54c3

Browse files
authored
[yt-dlp] Add typing for postprocessor_hooks
1 parent 60a6695 commit 5aa54c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stubs/yt-dlp/yt_dlp/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ class _Params(TypedDict, total=False):
223223
write_pages: bool | None
224224
external_downloader_args: Literal["default"] | Mapping[str, Collection[str]] | Collection[str] | None
225225
postprocessor_args: Mapping[str, Collection[str]] | Collection[str] | None
226+
postprocessor_hooks: list[Callable[[dict[str, Any]], object]] | None
226227
geo_verification_proxy: str | None
227228
geo_bypass: bool | None
228229
geo_bypass_country: str | None

0 commit comments

Comments
 (0)