mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 05:54:02 +08:00
[yt-dlp] Make _Params["playlist_items"] a str (#15287)
This commit is contained in:
committed by
GitHub
parent
dabb619031
commit
5e477a316c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user