Skip to content

Commit 5e477a3

Browse files
authored
[yt-dlp] Make _Params["playlist_items"] a str (#15287)
1 parent dabb619 commit 5e477a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/yt-dlp/yt_dlp/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class _Params(TypedDict, total=False):
210210
download_ranges: Callable[[Any, YoutubeDL], Iterator[_DownloadRange]] | None
211211
force_keyframes_at_cuts: bool | None
212212
list_thumbnails: str | None
213-
playlist_items: Collection[int] | None
213+
playlist_items: str | None
214214
match_filter: NotRequired[Callable[[Mapping[str, Any], bool], str | None] | Callable[[Mapping[str, Any]], str | None] | None]
215215
color: _Color | None
216216
ffmpeg_location: str | None

0 commit comments

Comments
 (0)