We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dade1c7 commit d4538d8Copy full SHA for d4538d8
stubs/yt-dlp/yt_dlp/extractor/common.pyi
@@ -106,7 +106,7 @@ class _InfoDict(TypedDict, total=False):
106
rows: int | None
107
columns: int | None
108
playlist_count: int | None
109
- entries: Iterable[_InfoDict] | PagedList | None
+ entries: Iterable[_InfoDict] | PagedList
110
requested_formats: Iterable[_InfoDict]
111
# deprecated fields:
112
composer: Incomplete
0 commit comments