youtubei.js / Mixins / Feed
Class: Feed<T>
Defined in: src/core/mixins/Feed.ts:40
Extended by
Type Parameters
T
T
extends IParsedResponse
= IParsedResponse
Constructors
Constructor
new Feed<
T
>(actions
,response
,already_parsed
):Feed
<T
>
Defined in: src/core/mixins/Feed.ts:47
Parameters
actions
response
already_parsed
boolean
= false
Returns
Feed
<T
>
Accessors
actions
Get Signature
get actions():
Actions
Defined in: src/core/mixins/Feed.ts:181
Returns
channels
Get Signature
get channels():
ObservedArray
<Channel
|GridChannel
>
Defined in: src/core/mixins/Feed.ts:126
Get all the channels in the feed
Returns
ObservedArray
<Channel
| GridChannel
>
has_continuation
Get Signature
get has_continuation():
boolean
Defined in: src/core/mixins/Feed.ts:195
Checks if the feed has continuation.
Returns
boolean
memo
Get Signature
get memo():
Memo
Defined in: src/core/mixins/Feed.ts:137
Returns
page
Get Signature
get page():
T
Defined in: src/core/mixins/Feed.ts:188
Get the original page data
Returns
T
page_contents
Get Signature
get page_contents():
SectionList
|MusicQueue
|RichGrid
|ReloadContinuationItemsCommand
Defined in: src/core/mixins/Feed.ts:144
Returns contents from the page.
Returns
SectionList
| MusicQueue
| RichGrid
| ReloadContinuationItemsCommand
playlists
Get Signature
get playlists():
ObservedArray
<GridPlaylist
|LockupView
|Playlist
>
Defined in: src/core/mixins/Feed.ts:133
Get all playlists in the feed
Returns
ObservedArray
<GridPlaylist
| LockupView
| Playlist
>
posts
Get Signature
get posts():
ObservedArray
<BackstagePost
|Post
|SharedPost
>
Defined in: src/core/mixins/Feed.ts:119
Get all the community posts in the feed
Returns
ObservedArray
<BackstagePost
| Post
| SharedPost
>
secondary_contents
Get Signature
get secondary_contents():
SectionList
|BrowseFeedActions
|ProfileColumn
|SecondarySearchContainer
|null
Defined in: src/core/mixins/Feed.ts:169
Returns secondary contents from the page.
Returns
SectionList
| BrowseFeedActions
| ProfileColumn
| SecondarySearchContainer
| null
shelves
Get Signature
get shelves():
ObservedArray
<ReelShelf
|RichShelf
|Shelf
>
Defined in: src/core/mixins/Feed.ts:155
Returns all segments/sections from the page.
Returns
ObservedArray
<ReelShelf
| RichShelf
| Shelf
>
videos
Get Signature
get videos():
ObservedArray
<CompactVideo
|GridVideo
|PlaylistPanelVideo
|PlaylistVideo
|ReelItem
|ShortsLockupView
|Video
|WatchCardCompactVideo
>
Defined in: src/core/mixins/Feed.ts:112
Get all the videos in the feed
Returns
ObservedArray
<CompactVideo
| GridVideo
| PlaylistPanelVideo
| PlaylistVideo
| ReelItem
| ShortsLockupView
| Video
| WatchCardCompactVideo
>
Methods
getContinuation()
getContinuation():
Promise
<Feed
<T
>>
Defined in: src/core/mixins/Feed.ts:219
Retrieves next batch of contents and returns a new Feed object.
Returns
Promise
<Feed
<T
>>
getContinuationData()
getContinuationData():
Promise
<T
|undefined
>
Defined in: src/core/mixins/Feed.ts:202
Retrieves continuation data as it is.
Returns
Promise
<T
| undefined
>
getShelf()
Defined in: src/core/mixins/Feed.ts:162
Finds shelf by title.
Parameters
title
string
Returns
ReelShelf
| RichShelf
| Shelf
| undefined
getPlaylistsFromMemo()
static
getPlaylistsFromMemo(memo
):ObservedArray
<GridPlaylist
|LockupView
|Playlist
>
Defined in: src/core/mixins/Feed.ts:94
Get all playlists on a given page via memo
Parameters
memo
Returns
ObservedArray
<GridPlaylist
| LockupView
| Playlist
>
getVideosFromMemo()
static
getVideosFromMemo(memo
):ObservedArray
<CompactVideo
|GridVideo
|PlaylistPanelVideo
|PlaylistVideo
|ReelItem
|ShortsLockupView
|Video
|WatchCardCompactVideo
>
Defined in: src/core/mixins/Feed.ts:78
Get all videos on a given page via memo
Parameters
memo
Returns
ObservedArray
<CompactVideo
| GridVideo
| PlaylistPanelVideo
| PlaylistVideo
| ReelItem
| ShortsLockupView
| Video
| WatchCardCompactVideo
>