Commit 84690bb
committed
[yt-dlp] Make _Params["paths"] a Mapping[str, str]
`paths` accepts a dict of output paths (keys: 'home', 'temp', and OUTTMPL_TYPES keys).
Typing it as `Mapping[str, str] | None` matches runtime behavior and avoids false positives
when passing a dict to YoutubeDL params.1 parent 5aea297 commit 84690bb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments