Commit 8d08eb7
[yt-dlp] Make _Params["paths"] a dict[str, str] (#14998)
`paths` accepts a dict of output paths (keys: 'home', 'temp', and OUTTMPL_TYPES keys).
Typing it as `dict[str, str] | None` matches runtime behavior and avoids false positives
when passing a dict to YoutubeDL params.
---------
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>1 parent ebbce22 commit 8d08eb7
1 file changed
Lines changed: 1 addition & 1 deletion
| 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