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 84690bb commit 7396df0Copy full SHA for 7396df0
1 file changed
stubs/yt-dlp/yt_dlp/__init__.pyi
@@ -105,7 +105,7 @@ class _Params(TypedDict, total=False):
105
listformats: bool | None
106
outtmpl: str | Mapping[str, str] | None
107
outtmpl_na_placeholder: str | None
108
- paths: Mapping[str, str] | None
+ paths: dict[str, str] | None
109
restrictfilenames: bool | None
110
windowsfilenames: bool | None
111
ignoreerrors: bool | Literal["only_download"] | None
0 commit comments