From 40168611c6f633e6c5bb2a5428a44cb2e24fe34f Mon Sep 17 00:00:00 2001 From: Martijn van der Ven Date: Thu, 15 Jan 2026 17:30:27 +0100 Subject: [PATCH] [yt-dlp] Make _Params["playlist_items"] a str --- stubs/yt-dlp/yt_dlp/__init__.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/yt-dlp/yt_dlp/__init__.pyi b/stubs/yt-dlp/yt_dlp/__init__.pyi index f9bd170afd91..358424daf775 100644 --- a/stubs/yt-dlp/yt_dlp/__init__.pyi +++ b/stubs/yt-dlp/yt_dlp/__init__.pyi @@ -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