[yt-dlp] Make _Params["playlist_items"] a str (#15287)

This commit is contained in:
Martijn van der Ven
2026-01-15 20:03:26 +01:00
committed by GitHub
parent dabb619031
commit 5e477a316c
+1 -1
View File
@@ -210,7 +210,7 @@ class _Params(TypedDict, total=False):
download_ranges: Callable[[Any, YoutubeDL], Iterator[_DownloadRange]] | None
force_keyframes_at_cuts: bool | None
list_thumbnails: str | None
playlist_items: Collection[int] | None
playlist_items: str | None
match_filter: NotRequired[Callable[[Mapping[str, Any], bool], str | None] | Callable[[Mapping[str, Any]], str | None] | None]
color: _Color | None
ffmpeg_location: str | None