Typing¶
Typed dictionaries for YouTube history data.
- class youtube_unofficial.typing.history.HistoryVideoIDsEntry¶
History entry information.
Typed dictionaries for YouTube playlist data.
- class youtube_unofficial.typing.playlist.HasKeyText¶
Inside
RunsOrSimpleTextandRunsOrText.
Navigation endpoint data.
Watch endpoint data.
- class youtube_unofficial.typing.playlist.NextContinuation¶
Continuation data.
- class youtube_unofficial.typing.playlist.PlaylistInfo¶
Playlist information.
- playlistVideoRenderer : PlaylistVideoRenderer¶
Inner renderer data.
- class youtube_unofficial.typing.playlist.PlaylistVideoIDsEntry¶
Playlist information.
- class youtube_unofficial.typing.playlist.PlaylistVideoListRenderer¶
Playlist video list renderer dictionary.
- contents : Sequence[PlaylistInfo]¶
Inner contents.
- continuations : Sequence[PlaylistVideoListRendererContinuations]¶
Continuation data.
- class youtube_unofficial.typing.playlist.PlaylistVideoListRendererContinuations¶
Continuation data.
- nextContinuationData : NextContinuation¶
Continuation data.
- class youtube_unofficial.typing.playlist.PlaylistVideoRenderer¶
Playlist video renderer dictionary.
Menu data.
Navigation endpoint data.
- shortBylineText : RunsOrText¶
Short byline text.
- title : RunsOrSimpleText¶
Video title.
- class youtube_unofficial.typing.playlist.PlaylistVideoRendererMenu¶
Menu data.
Menu renderer data.
- class youtube_unofficial.typing.playlist.PlaylistVideoRendererMenuRenderer¶
Menu renderer.
- class youtube_unofficial.typing.playlist.PlaylistVideoRendererMenuRendererItem¶
Menu renderer item.
Menu service item renderer.
- class youtube_unofficial.typing.playlist.PlaylistVideoRendererMenuRendererItemMenuServiceItemRenderer¶
Menu renderer.
- class youtube_unofficial.typing.playlist.RunsOrSimpleText¶
Inside
PlaylistVideoRenderer.- runs : Sequence[HasKeyText]¶
Text runs.
- class youtube_unofficial.typing.playlist.RunsOrText¶
Inside
PlaylistVideoRenderer.- runs : Sequence[HasKeyText]¶
Text runs.
- class youtube_unofficial.typing.playlist.WatchEndpoint¶
Watch endpoint data.
Typed dictionary for YouTube configuration (ytcfg).
- class youtube_unofficial.typing.ytcfg.YtcfgDict¶
Configuration dictionary for YouTube site.