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 132429c commit 8edd78bCopy full SHA for 8edd78b
1 file changed
stubs/yt-dlp/yt_dlp/__init__.pyi
@@ -231,7 +231,7 @@ class _Params(TypedDict, total=False):
231
useid: bool | None
232
compat_opts: dict[str, Any] | None
233
logger: _LoggerProtocol
234
- post_hooks: Iterable[Callable[[Incomplete], object]
+ post_hooks: Iterable[Callable[[Incomplete], object]]
235
# Undocumented fields below.
236
_deprecation_warnings: Collection[str] | None
237
_warnings: Collection[str] | None
0 commit comments