youtubei.js / YT / Library
Class: Library
Extends
Constructors
new Library()
new Library(
actions
,data
):Library
Parameters
• actions: Actions
• data: ApiResponse
| IBrowseResponse
Returns
Overrides
Defined in
src/parser/youtube/Library.ts:17
Properties
header
header:
null
|PageHeader
Defined in
src/parser/youtube/Library.ts:14
sections
sections:
object
[]
Defined in
src/parser/youtube/Library.ts:15
Accessors
actions
get
actions():Actions
Returns
Inherited from
Defined in
channels
get
channels():ObservedArray
<Channel
|GridChannel
>
Get all the channels in the feed
Returns
ObservedArray
<Channel
| GridChannel
>
Inherited from
Defined in
clips
get
clips():undefined
|object
Returns
undefined
| object
Defined in
src/parser/youtube/Library.ts:75
has_continuation
get
has_continuation():boolean
Checks if the feed has continuation.
Returns
boolean
Inherited from
Defined in
history
get
history():undefined
|object
Returns
undefined
| object
Defined in
src/parser/youtube/Library.ts:59
liked_videos
get
liked_videos():undefined
|object
Returns
undefined
| object
Defined in
src/parser/youtube/Library.ts:67
memo
get
memo():Memo
Returns
Inherited from
Defined in
page
get
page():T
Get the original page data
Returns
T
Inherited from
Defined in
page_contents
get
page_contents():SectionList
|ReloadContinuationItemsCommand
|MusicQueue
|RichGrid
Returns contents from the page.
Returns
SectionList
| ReloadContinuationItemsCommand
| MusicQueue
| RichGrid
Inherited from
Defined in
playlists
get
playlists():ObservedArray
<GridPlaylist
|LockupView
|Playlist
>
Get all playlists in the feed
Returns
ObservedArray
<GridPlaylist
| LockupView
| Playlist
>
Inherited from
Defined in
playlists_section
get
playlists_section():undefined
|object
Returns
undefined
| object
Defined in
src/parser/youtube/Library.ts:71
posts
get
posts():ObservedArray
<BackstagePost
|SharedPost
|Post
>
Get all the community posts in the feed
Returns
ObservedArray
<BackstagePost
| SharedPost
| Post
>
Inherited from
Defined in
secondary_contents
get
secondary_contents():undefined
|SuperParsedResult
<YTNode
>
Returns secondary contents from the page.
Returns
undefined
| SuperParsedResult
<YTNode
>
Inherited from
Defined in
shelves
get
shelves():ObservedArray
<ReelShelf
|RichShelf
|Shelf
>
Returns all segments/sections from the page.
Returns
ObservedArray
<ReelShelf
| RichShelf
| Shelf
>
Inherited from
Defined in
videos
get
videos():ObservedArray
<Video
|CompactVideo
|GridVideo
|PlaylistPanelVideo
|PlaylistVideo
|ReelItem
|ShortsLockupView
|WatchCardCompactVideo
>
Get all the videos in the feed
Returns
ObservedArray
<Video
| CompactVideo
| GridVideo
| PlaylistPanelVideo
| PlaylistVideo
| ReelItem
| ShortsLockupView
| WatchCardCompactVideo
>
Inherited from
Defined in
watch_later
get
watch_later():undefined
|object
Returns
undefined
| object
Defined in
src/parser/youtube/Library.ts:63
Methods
getContinuation()
getContinuation():
Promise
<Feed
<IBrowseResponse
>>
Retrieves next batch of contents and returns a new Feed object.
Returns
Promise
<Feed
<IBrowseResponse
>>
Inherited from
Defined in
getContinuationData()
getContinuationData():
Promise
<undefined
|IBrowseResponse
>
Retrieves continuation data as it is.
Returns
Promise
<undefined
| IBrowseResponse
>
Inherited from
Defined in
getShelf()
Finds shelf by title.
Parameters
• title: string
Returns
undefined
| ReelShelf
| RichShelf
| Shelf
Inherited from
Defined in
getPlaylistsFromMemo()
static
getPlaylistsFromMemo(memo
):ObservedArray
<GridPlaylist
|LockupView
|Playlist
>
Get all playlists on a given page via memo
Parameters
• memo: Memo
Returns
ObservedArray
<GridPlaylist
| LockupView
| Playlist
>
Inherited from
Defined in
getVideosFromMemo()
static
getVideosFromMemo(memo
):ObservedArray
<Video
|CompactVideo
|GridVideo
|PlaylistPanelVideo
|PlaylistVideo
|ReelItem
|ShortsLockupView
|WatchCardCompactVideo
>
Get all videos on a given page via memo
Parameters
• memo: Memo
Returns
ObservedArray
<Video
| CompactVideo
| GridVideo
| PlaylistPanelVideo
| PlaylistVideo
| ReelItem
| ShortsLockupView
| WatchCardCompactVideo
>