Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/yt-dlp/yt_dlp/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down