Skip to content

Commit a675781

Browse files
authored
Update __init__.pyi
1 parent 5aa54c3 commit a675781

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stubs/yt-dlp/yt_dlp/__init__.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,15 @@ 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
226+
postprocessor_hooks: Iterable[Callable[[dict[str, Any]], object]]
227227
geo_verification_proxy: str | None
228228
geo_bypass: bool | None
229229
geo_bypass_country: str | None
230230
geo_bypass_ip_block: str | None
231231
useid: bool | None
232232
compat_opts: dict[str, Any] | None
233233
logger: _LoggerProtocol
234+
post_hooks: Iterable[Callable[[Incomplete], object]
234235
# Undocumented fields below.
235236
_deprecation_warnings: Collection[str] | None
236237
_warnings: Collection[str] | None

0 commit comments

Comments
 (0)