mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 09:06:51 +00:00
chore: update docs
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
• **actions**: [`Actions`](../../../classes/Actions.md)
|
||||
|
||||
• **response**: [`ApiResponse`](../../../interfaces/ApiResponse.md) \| [`IParsedResponse`](../../APIResponseTypes/interfaces/IParsedResponse.md)
|
||||
• **response**: [`IParsedResponse`](../../APIResponseTypes/interfaces/IParsedResponse.md) \| [`ApiResponse`](../../../interfaces/ApiResponse.md)
|
||||
|
||||
• **already\_parsed**: `boolean` = `false`
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L47)
|
||||
[src/core/mixins/Feed.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L47)
|
||||
|
||||
## Accessors
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181)
|
||||
[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181)
|
||||
|
||||
***
|
||||
|
||||
@@ -69,7 +69,7 @@ Get all the channels in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126)
|
||||
[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126)
|
||||
|
||||
***
|
||||
|
||||
@@ -85,7 +85,7 @@ Checks if the feed has continuation.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195)
|
||||
[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195)
|
||||
|
||||
***
|
||||
|
||||
@@ -99,7 +99,7 @@ Checks if the feed has continuation.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137)
|
||||
[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137)
|
||||
|
||||
***
|
||||
|
||||
@@ -115,23 +115,23 @@ Get the original page data
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188)
|
||||
[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188)
|
||||
|
||||
***
|
||||
|
||||
### page\_contents
|
||||
|
||||
> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md)
|
||||
> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)
|
||||
|
||||
Returns contents from the page.
|
||||
|
||||
#### Returns
|
||||
|
||||
[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md)
|
||||
[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144)
|
||||
[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144)
|
||||
|
||||
***
|
||||
|
||||
@@ -147,7 +147,7 @@ Get all playlists in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133)
|
||||
[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133)
|
||||
|
||||
***
|
||||
|
||||
@@ -163,7 +163,7 @@ Get all the community posts in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119)
|
||||
[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119)
|
||||
|
||||
***
|
||||
|
||||
@@ -179,7 +179,7 @@ Returns secondary contents from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169)
|
||||
[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169)
|
||||
|
||||
***
|
||||
|
||||
@@ -195,7 +195,7 @@ Returns all segments/sections from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155)
|
||||
[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155)
|
||||
|
||||
***
|
||||
|
||||
@@ -211,7 +211,7 @@ Get all the videos in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112)
|
||||
[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112)
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -227,7 +227,7 @@ Retrieves next batch of contents and returns a new [Feed](Feed.md) object.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219)
|
||||
[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219)
|
||||
|
||||
***
|
||||
|
||||
@@ -243,7 +243,7 @@ Retrieves continuation data as it is.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202)
|
||||
[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202)
|
||||
|
||||
***
|
||||
|
||||
@@ -263,7 +263,7 @@ Finds shelf by title.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162)
|
||||
[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162)
|
||||
|
||||
***
|
||||
|
||||
@@ -283,7 +283,7 @@ Get all playlists on a given page via memo
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94)
|
||||
[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94)
|
||||
|
||||
***
|
||||
|
||||
@@ -303,4 +303,4 @@ Get all videos on a given page via memo
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78)
|
||||
[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78)
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/FilterableFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L13)
|
||||
[src/core/mixins/FilterableFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L13)
|
||||
|
||||
## Accessors
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181)
|
||||
[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181)
|
||||
|
||||
***
|
||||
|
||||
@@ -78,7 +78,7 @@ Get all the channels in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126)
|
||||
[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126)
|
||||
|
||||
***
|
||||
|
||||
@@ -94,7 +94,7 @@ Returns the filter chips.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L20)
|
||||
[src/core/mixins/FilterableFeed.ts:20](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L20)
|
||||
|
||||
***
|
||||
|
||||
@@ -110,7 +110,7 @@ Returns available filters.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L38)
|
||||
[src/core/mixins/FilterableFeed.ts:38](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -130,7 +130,7 @@ Checks if the feed has continuation.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195)
|
||||
[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195)
|
||||
|
||||
***
|
||||
|
||||
@@ -148,7 +148,7 @@ Checks if the feed has continuation.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137)
|
||||
[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137)
|
||||
|
||||
***
|
||||
|
||||
@@ -168,19 +168,19 @@ Get the original page data
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188)
|
||||
[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188)
|
||||
|
||||
***
|
||||
|
||||
### page\_contents
|
||||
|
||||
> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md)
|
||||
> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)
|
||||
|
||||
Returns contents from the page.
|
||||
|
||||
#### Returns
|
||||
|
||||
[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md)
|
||||
[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)
|
||||
|
||||
#### Inherited from
|
||||
|
||||
@@ -188,7 +188,7 @@ Returns contents from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144)
|
||||
[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144)
|
||||
|
||||
***
|
||||
|
||||
@@ -208,7 +208,7 @@ Get all playlists in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133)
|
||||
[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133)
|
||||
|
||||
***
|
||||
|
||||
@@ -228,7 +228,7 @@ Get all the community posts in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119)
|
||||
[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119)
|
||||
|
||||
***
|
||||
|
||||
@@ -248,7 +248,7 @@ Returns secondary contents from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169)
|
||||
[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169)
|
||||
|
||||
***
|
||||
|
||||
@@ -268,7 +268,7 @@ Returns all segments/sections from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155)
|
||||
[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155)
|
||||
|
||||
***
|
||||
|
||||
@@ -288,7 +288,7 @@ Get all the videos in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112)
|
||||
[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112)
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -308,7 +308,7 @@ Retrieves next batch of contents and returns a new [Feed](Feed.md) object.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219)
|
||||
[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219)
|
||||
|
||||
***
|
||||
|
||||
@@ -328,7 +328,7 @@ Retrieves continuation data as it is.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202)
|
||||
[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202)
|
||||
|
||||
***
|
||||
|
||||
@@ -348,7 +348,7 @@ Applies given filter and returns a new [Feed](Feed.md) object.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/FilterableFeed.ts#L45)
|
||||
[src/core/mixins/FilterableFeed.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/FilterableFeed.ts#L45)
|
||||
|
||||
***
|
||||
|
||||
@@ -372,7 +372,7 @@ Finds shelf by title.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162)
|
||||
[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162)
|
||||
|
||||
***
|
||||
|
||||
@@ -396,7 +396,7 @@ Get all playlists on a given page via memo
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94)
|
||||
[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94)
|
||||
|
||||
***
|
||||
|
||||
@@ -420,4 +420,4 @@ Get all videos on a given page via memo
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78)
|
||||
[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78)
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:49](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L49)
|
||||
[src/core/mixins/MediaInfo.ts:49](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L49)
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L40)
|
||||
[src/core/mixins/MediaInfo.ts:40](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L39)
|
||||
[src/core/mixins/MediaInfo.ts:39](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L43)
|
||||
[src/core/mixins/MediaInfo.ts:43](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L43)
|
||||
|
||||
***
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L44)
|
||||
[src/core/mixins/MediaInfo.ts:44](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L42)
|
||||
[src/core/mixins/MediaInfo.ts:42](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L42)
|
||||
|
||||
***
|
||||
|
||||
@@ -221,7 +221,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L46)
|
||||
[src/core/mixins/MediaInfo.ts:46](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L46)
|
||||
|
||||
***
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L47)
|
||||
[src/core/mixins/MediaInfo.ts:47](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L47)
|
||||
|
||||
***
|
||||
|
||||
@@ -241,7 +241,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L41)
|
||||
[src/core/mixins/MediaInfo.ts:41](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L41)
|
||||
|
||||
***
|
||||
|
||||
@@ -251,7 +251,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L45)
|
||||
[src/core/mixins/MediaInfo.ts:45](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L45)
|
||||
|
||||
## Accessors
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:249](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L249)
|
||||
[src/core/mixins/MediaInfo.ts:247](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L247)
|
||||
|
||||
***
|
||||
|
||||
@@ -281,7 +281,7 @@ Content Playback Nonce.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:256](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L256)
|
||||
[src/core/mixins/MediaInfo.ts:254](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L254)
|
||||
|
||||
***
|
||||
|
||||
@@ -297,7 +297,7 @@ Parsed InnerTube response.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:263](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L263)
|
||||
[src/core/mixins/MediaInfo.ts:261](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L261)
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -319,7 +319,7 @@ Parsed InnerTube response.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:210](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L210)
|
||||
[src/core/mixins/MediaInfo.ts:208](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L208)
|
||||
|
||||
***
|
||||
|
||||
@@ -341,7 +341,7 @@ Options
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:163](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L163)
|
||||
[src/core/mixins/MediaInfo.ts:161](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L161)
|
||||
|
||||
***
|
||||
|
||||
@@ -363,7 +363,7 @@ Download options.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:171](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L171)
|
||||
[src/core/mixins/MediaInfo.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L169)
|
||||
|
||||
***
|
||||
|
||||
@@ -385,7 +385,7 @@ Get a cleaned up representation of the adaptive_formats
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:146](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L146)
|
||||
[src/core/mixins/MediaInfo.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L144)
|
||||
|
||||
***
|
||||
|
||||
@@ -401,7 +401,7 @@ Retrieves the video's transcript.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:184](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L184)
|
||||
[src/core/mixins/MediaInfo.ts:182](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L182)
|
||||
|
||||
***
|
||||
|
||||
@@ -415,12 +415,8 @@ Generates a DASH manifest from the streaming data.
|
||||
|
||||
• **options** = `{}`
|
||||
|
||||
• **options.captions\_format?**: `string`
|
||||
|
||||
• **options.format\_filter?**: [`FormatFilter`](../../Types/type-aliases/FormatFilter.md)
|
||||
|
||||
• **options.include\_thumbnails?**: `boolean`
|
||||
|
||||
• **options.manifest\_options?**: `DashOptions`
|
||||
|
||||
• **options.url\_transformer?**: [`URLTransformer`](../../Types/type-aliases/URLTransformer.md)
|
||||
@@ -433,7 +429,7 @@ DASH manifest
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L104)
|
||||
[src/core/mixins/MediaInfo.ts:104](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L104)
|
||||
|
||||
***
|
||||
|
||||
@@ -457,4 +453,4 @@ DASH manifest
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/MediaInfo.ts:229](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/MediaInfo.ts#L229)
|
||||
[src/core/mixins/MediaInfo.ts:227](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/MediaInfo.ts#L227)
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
• **actions**: [`Actions`](../../../classes/Actions.md)
|
||||
|
||||
• **data**: [`ApiResponse`](../../../interfaces/ApiResponse.md) \| [`IParsedResponse`](../../APIResponseTypes/interfaces/IParsedResponse.md)
|
||||
• **data**: [`IParsedResponse`](../../APIResponseTypes/interfaces/IParsedResponse.md) \| [`ApiResponse`](../../../interfaces/ApiResponse.md)
|
||||
|
||||
• **already\_parsed**: `boolean` = `false`
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/TabbedFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L13)
|
||||
[src/core/mixins/TabbedFeed.ts:13](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L13)
|
||||
|
||||
## Accessors
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L181)
|
||||
[src/core/mixins/Feed.ts:181](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L181)
|
||||
|
||||
***
|
||||
|
||||
@@ -76,7 +76,7 @@ Get all the channels in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L126)
|
||||
[src/core/mixins/Feed.ts:126](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L126)
|
||||
|
||||
***
|
||||
|
||||
@@ -96,7 +96,7 @@ Checks if the feed has continuation.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L195)
|
||||
[src/core/mixins/Feed.ts:195](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L195)
|
||||
|
||||
***
|
||||
|
||||
@@ -114,7 +114,7 @@ Checks if the feed has continuation.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L137)
|
||||
[src/core/mixins/Feed.ts:137](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L137)
|
||||
|
||||
***
|
||||
|
||||
@@ -134,19 +134,19 @@ Get the original page data
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L188)
|
||||
[src/core/mixins/Feed.ts:188](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L188)
|
||||
|
||||
***
|
||||
|
||||
### page\_contents
|
||||
|
||||
> `get` **page\_contents**(): [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md)
|
||||
> `get` **page\_contents**(): [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)
|
||||
|
||||
Returns contents from the page.
|
||||
|
||||
#### Returns
|
||||
|
||||
[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md)
|
||||
[`SectionList`](../../YTNodes/classes/SectionList.md) \| [`MusicQueue`](../../YTNodes/classes/MusicQueue.md) \| [`RichGrid`](../../YTNodes/classes/RichGrid.md) \| [`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md)
|
||||
|
||||
#### Inherited from
|
||||
|
||||
@@ -154,7 +154,7 @@ Returns contents from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L144)
|
||||
[src/core/mixins/Feed.ts:144](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L144)
|
||||
|
||||
***
|
||||
|
||||
@@ -174,7 +174,7 @@ Get all playlists in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L133)
|
||||
[src/core/mixins/Feed.ts:133](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L133)
|
||||
|
||||
***
|
||||
|
||||
@@ -194,7 +194,7 @@ Get all the community posts in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L119)
|
||||
[src/core/mixins/Feed.ts:119](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L119)
|
||||
|
||||
***
|
||||
|
||||
@@ -214,7 +214,7 @@ Returns secondary contents from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L169)
|
||||
[src/core/mixins/Feed.ts:169](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L169)
|
||||
|
||||
***
|
||||
|
||||
@@ -234,7 +234,7 @@ Returns all segments/sections from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L155)
|
||||
[src/core/mixins/Feed.ts:155](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L155)
|
||||
|
||||
***
|
||||
|
||||
@@ -248,7 +248,7 @@ Returns all segments/sections from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/TabbedFeed.ts:19](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L19)
|
||||
[src/core/mixins/TabbedFeed.ts:19](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L19)
|
||||
|
||||
***
|
||||
|
||||
@@ -262,7 +262,7 @@ Returns all segments/sections from the page.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/TabbedFeed.ts:55](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L55)
|
||||
[src/core/mixins/TabbedFeed.ts:55](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L55)
|
||||
|
||||
***
|
||||
|
||||
@@ -282,7 +282,7 @@ Get all the videos in the feed
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L112)
|
||||
[src/core/mixins/Feed.ts:112](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L112)
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -302,7 +302,7 @@ Retrieves next batch of contents and returns a new [Feed](Feed.md) object.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L219)
|
||||
[src/core/mixins/Feed.ts:219](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L219)
|
||||
|
||||
***
|
||||
|
||||
@@ -322,7 +322,7 @@ Retrieves continuation data as it is.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L202)
|
||||
[src/core/mixins/Feed.ts:202](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L202)
|
||||
|
||||
***
|
||||
|
||||
@@ -346,7 +346,7 @@ Finds shelf by title.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L162)
|
||||
[src/core/mixins/Feed.ts:162](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L162)
|
||||
|
||||
***
|
||||
|
||||
@@ -364,7 +364,7 @@ Finds shelf by title.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/TabbedFeed.ts:23](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L23)
|
||||
[src/core/mixins/TabbedFeed.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L23)
|
||||
|
||||
***
|
||||
|
||||
@@ -382,7 +382,7 @@ Finds shelf by title.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/TabbedFeed.ts:37](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L37)
|
||||
[src/core/mixins/TabbedFeed.ts:37](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
@@ -400,7 +400,7 @@ Finds shelf by title.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/TabbedFeed.ts:51](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/TabbedFeed.ts#L51)
|
||||
[src/core/mixins/TabbedFeed.ts:51](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/TabbedFeed.ts#L51)
|
||||
|
||||
***
|
||||
|
||||
@@ -424,7 +424,7 @@ Get all playlists on a given page via memo
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L94)
|
||||
[src/core/mixins/Feed.ts:94](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L94)
|
||||
|
||||
***
|
||||
|
||||
@@ -448,4 +448,4 @@ Get all videos on a given page via memo
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/core/mixins/Feed.ts#L78)
|
||||
[src/core/mixins/Feed.ts:78](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/core/mixins/Feed.ts#L78)
|
||||
|
||||
Reference in New Issue
Block a user