mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-24 15:21:54 +00:00
chore: Use latest version of typedoc-plugin-markdown
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / AccessibilityContext
|
||||
|
||||
# Class: AccessibilityContext
|
||||
|
||||
## Constructors
|
||||
|
||||
### new AccessibilityContext()
|
||||
|
||||
> **new AccessibilityContext**(`data`): [`AccessibilityContext`](AccessibilityContext.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`AccessibilityContext`](AccessibilityContext.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/AccessibilityContext.ts#L6)
|
||||
|
||||
## Properties
|
||||
|
||||
### label
|
||||
|
||||
> **label**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityContext.ts:4](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/AccessibilityContext.ts#L4)
|
||||
@@ -1,51 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / AccessibilityData
|
||||
|
||||
# Class: AccessibilityData
|
||||
|
||||
## Constructors
|
||||
|
||||
### new AccessibilityData()
|
||||
|
||||
> **new AccessibilityData**(`data`): [`AccessibilityData`](AccessibilityData.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`AccessibilityData`](AccessibilityData.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityData.ts:120](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/AccessibilityData.ts#L120)
|
||||
|
||||
## Properties
|
||||
|
||||
### accessibility\_identifier?
|
||||
|
||||
> `optional` **accessibility\_identifier**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityData.ts:116](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/AccessibilityData.ts#L116)
|
||||
|
||||
***
|
||||
|
||||
### identifier?
|
||||
|
||||
> `optional` **identifier**: `AccessibilityId`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityData.ts:117](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/AccessibilityData.ts#L117)
|
||||
|
||||
***
|
||||
|
||||
### label?
|
||||
|
||||
> `optional` **label**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityData.ts:118](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/AccessibilityData.ts#L118)
|
||||
@@ -1,131 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / Author
|
||||
|
||||
# Class: Author
|
||||
|
||||
## Constructors
|
||||
|
||||
### new Author()
|
||||
|
||||
> **new Author**(`item`, `badges`?, `thumbs`?, `id`?): [`Author`](Author.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **item**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
• **badges?**: `any`
|
||||
|
||||
• **thumbs?**: `any`
|
||||
|
||||
• **id?**: `string`
|
||||
|
||||
#### Returns
|
||||
|
||||
[`Author`](Author.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:21](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L21)
|
||||
|
||||
## Properties
|
||||
|
||||
### badges
|
||||
|
||||
> **badges**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`YTNode`](../../Helpers/classes/YTNode.md)\>
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:15](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L15)
|
||||
|
||||
***
|
||||
|
||||
### endpoint?
|
||||
|
||||
> `optional` **endpoint**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:14](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L14)
|
||||
|
||||
***
|
||||
|
||||
### id
|
||||
|
||||
> **id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:11](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L11)
|
||||
|
||||
***
|
||||
|
||||
### is\_moderator?
|
||||
|
||||
> `optional` **is\_moderator**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:16](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L16)
|
||||
|
||||
***
|
||||
|
||||
### is\_verified?
|
||||
|
||||
> `optional` **is\_verified**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:17](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L17)
|
||||
|
||||
***
|
||||
|
||||
### is\_verified\_artist?
|
||||
|
||||
> `optional` **is\_verified\_artist**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:18](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L18)
|
||||
|
||||
***
|
||||
|
||||
### name
|
||||
|
||||
> **name**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:12](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L12)
|
||||
|
||||
***
|
||||
|
||||
### thumbnails
|
||||
|
||||
> **thumbnails**: [`Thumbnail`](Thumbnail.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:13](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L13)
|
||||
|
||||
***
|
||||
|
||||
### url
|
||||
|
||||
> **url**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:19](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L19)
|
||||
|
||||
## Accessors
|
||||
|
||||
### best\_thumbnail
|
||||
|
||||
> `get` **best\_thumbnail**(): `undefined` \| [`Thumbnail`](Thumbnail.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
`undefined` \| [`Thumbnail`](Thumbnail.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Author.ts:51](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Author.ts#L51)
|
||||
@@ -1,231 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / ChildElement
|
||||
|
||||
# Class: ChildElement
|
||||
|
||||
## Extends
|
||||
|
||||
- [`YTNode`](../../Helpers/classes/YTNode.md)
|
||||
|
||||
## Constructors
|
||||
|
||||
### new ChildElement()
|
||||
|
||||
> **new ChildElement**(`data`): [`ChildElement`](ChildElement.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`ChildElement`](ChildElement.md)
|
||||
|
||||
#### Overrides
|
||||
|
||||
[`YTNode`](../../Helpers/classes/YTNode.md).[`constructor`](../../Helpers/classes/YTNode.md#constructors)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/ChildElement.ts:11](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/ChildElement.ts#L11)
|
||||
|
||||
## Properties
|
||||
|
||||
### child\_elements?
|
||||
|
||||
> `optional` **child\_elements**: [`ChildElement`](ChildElement.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/ChildElement.ts:9](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/ChildElement.ts#L9)
|
||||
|
||||
***
|
||||
|
||||
### properties
|
||||
|
||||
> **properties**: `any`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/ChildElement.ts:8](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/ChildElement.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### text?
|
||||
|
||||
> `optional` **text**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/ChildElement.ts:7](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/ChildElement.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### type
|
||||
|
||||
> `readonly` **type**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/helpers.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### type
|
||||
|
||||
> `static` **type**: `string` = `'ChildElement'`
|
||||
|
||||
#### Overrides
|
||||
|
||||
[`YTNode`](../../Helpers/classes/YTNode.md).[`type`](../../Helpers/classes/YTNode.md#type-1)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/ChildElement.ts:5](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/ChildElement.ts#L5)
|
||||
|
||||
## Methods
|
||||
|
||||
### as()
|
||||
|
||||
> **as**\<`T`, `K`\>(...`types`): `InstanceType`\<`K`\[`number`\]\>
|
||||
|
||||
Cast to one of the given types.
|
||||
|
||||
#### Type Parameters
|
||||
|
||||
• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md)
|
||||
|
||||
• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[]
|
||||
|
||||
#### Parameters
|
||||
|
||||
• ...**types**: `K`
|
||||
|
||||
The types to cast to
|
||||
|
||||
#### Returns
|
||||
|
||||
`InstanceType`\<`K`\[`number`\]\>
|
||||
|
||||
The node cast to one of the given types
|
||||
|
||||
#### Throws
|
||||
|
||||
If the node is not of the given type
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:29](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/helpers.ts#L29)
|
||||
|
||||
***
|
||||
|
||||
### hasKey()
|
||||
|
||||
> **hasKey**\<`T`, `R`\>(`key`): `this is ChildElement & { [k in string]: R }`
|
||||
|
||||
Check for a key without asserting the type.
|
||||
|
||||
#### Type Parameters
|
||||
|
||||
• **T** *extends* `string`
|
||||
|
||||
• **R** = `any`
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **key**: `T`
|
||||
|
||||
The key to check
|
||||
|
||||
#### Returns
|
||||
|
||||
`this is ChildElement & { [k in string]: R }`
|
||||
|
||||
Whether the node has the key
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[`YTNode`](../../Helpers/classes/YTNode.md).[`hasKey`](../../Helpers/classes/YTNode.md#haskey)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:41](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/helpers.ts#L41)
|
||||
|
||||
***
|
||||
|
||||
### is()
|
||||
|
||||
> **is**\<`T`, `K`\>(...`types`): `this is InstanceType<K[number]>`
|
||||
|
||||
Check if the node is of the given type.
|
||||
|
||||
#### Type Parameters
|
||||
|
||||
• **T** *extends* [`YTNode`](../../Helpers/classes/YTNode.md)
|
||||
|
||||
• **K** *extends* [`YTNodeConstructor`](../../Helpers/interfaces/YTNodeConstructor.md)\<`T`\>[]
|
||||
|
||||
#### Parameters
|
||||
|
||||
• ...**types**: `K`
|
||||
|
||||
The type to check
|
||||
|
||||
#### Returns
|
||||
|
||||
`this is InstanceType<K[number]>`
|
||||
|
||||
whether the node is of the given type
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[`YTNode`](../../Helpers/classes/YTNode.md).[`is`](../../Helpers/classes/YTNode.md#is)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:19](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/helpers.ts#L19)
|
||||
|
||||
***
|
||||
|
||||
### key()
|
||||
|
||||
> **key**\<`T`, `R`\>(`key`): [`Maybe`](../../Helpers/classes/Maybe.md)
|
||||
|
||||
Assert that the node has the given key and return it.
|
||||
|
||||
#### Type Parameters
|
||||
|
||||
• **T** *extends* `string`
|
||||
|
||||
• **R** = `any`
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **key**: `T`
|
||||
|
||||
The key to check
|
||||
|
||||
#### Returns
|
||||
|
||||
[`Maybe`](../../Helpers/classes/Maybe.md)
|
||||
|
||||
The value of the key wrapped in a Maybe
|
||||
|
||||
#### Throws
|
||||
|
||||
If the node does not have the key
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[`YTNode`](../../Helpers/classes/YTNode.md).[`key`](../../Helpers/classes/YTNode.md#key)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:51](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/helpers.ts#L51)
|
||||
@@ -1,121 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / CommandContext
|
||||
|
||||
# Class: CommandContext
|
||||
|
||||
## Constructors
|
||||
|
||||
### new CommandContext()
|
||||
|
||||
> **new CommandContext**(`data`): [`CommandContext`](CommandContext.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`CommandContext`](CommandContext.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:16](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L16)
|
||||
|
||||
## Properties
|
||||
|
||||
### on\_first\_visible?
|
||||
|
||||
> `optional` **on\_first\_visible**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:13](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L13)
|
||||
|
||||
***
|
||||
|
||||
### on\_focus?
|
||||
|
||||
> `optional` **on\_focus**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:5](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L5)
|
||||
|
||||
***
|
||||
|
||||
### on\_hidden?
|
||||
|
||||
> `optional` **on\_hidden**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L6)
|
||||
|
||||
***
|
||||
|
||||
### on\_hover?
|
||||
|
||||
> `optional` **on\_hover**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:14](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L14)
|
||||
|
||||
***
|
||||
|
||||
### on\_long\_press?
|
||||
|
||||
> `optional` **on\_long\_press**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:9](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L9)
|
||||
|
||||
***
|
||||
|
||||
### on\_tap?
|
||||
|
||||
> `optional` **on\_tap**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:10](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L10)
|
||||
|
||||
***
|
||||
|
||||
### on\_touch\_end?
|
||||
|
||||
> `optional` **on\_touch\_end**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:7](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### on\_touch\_move?
|
||||
|
||||
> `optional` **on\_touch\_move**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:8](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### on\_touch\_start?
|
||||
|
||||
> `optional` **on\_touch\_start**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:11](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L11)
|
||||
|
||||
***
|
||||
|
||||
### on\_visible?
|
||||
|
||||
> `optional` **on\_visible**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:12](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/CommandContext.ts#L12)
|
||||
@@ -1,85 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / EmojiRun
|
||||
|
||||
# Class: EmojiRun
|
||||
|
||||
## Implements
|
||||
|
||||
- `Run`
|
||||
|
||||
## Constructors
|
||||
|
||||
### new EmojiRun()
|
||||
|
||||
> **new EmojiRun**(`data`): [`EmojiRun`](EmojiRun.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`EmojiRun`](EmojiRun.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/EmojiRun.ts:17](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/EmojiRun.ts#L17)
|
||||
|
||||
## Properties
|
||||
|
||||
### emoji
|
||||
|
||||
> **emoji**: `Emoji`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/EmojiRun.ts:15](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/EmojiRun.ts#L15)
|
||||
|
||||
***
|
||||
|
||||
### text
|
||||
|
||||
> **text**: `string`
|
||||
|
||||
#### Implementation of
|
||||
|
||||
`Run.text`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/EmojiRun.ts:14](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/EmojiRun.ts#L14)
|
||||
|
||||
## Methods
|
||||
|
||||
### toHTML()
|
||||
|
||||
> **toHTML**(): `string`
|
||||
|
||||
#### Returns
|
||||
|
||||
`string`
|
||||
|
||||
#### Implementation of
|
||||
|
||||
`Run.toHTML`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/EmojiRun.ts:37](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/EmojiRun.ts#L37)
|
||||
|
||||
***
|
||||
|
||||
### toString()
|
||||
|
||||
> **toString**(): `string`
|
||||
|
||||
#### Returns
|
||||
|
||||
`string`
|
||||
|
||||
#### Implementation of
|
||||
|
||||
`Run.toString`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/EmojiRun.ts:33](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/EmojiRun.ts#L33)
|
||||
@@ -1,527 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / Format
|
||||
|
||||
# Class: Format
|
||||
|
||||
## Constructors
|
||||
|
||||
### new Format()
|
||||
|
||||
> **new Format**(`data`, `this_response_nsig_cache`?): [`Format`](Format.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
• **this\_response\_nsig\_cache?**: `Map`\<`string`, `string`\>
|
||||
|
||||
#### Returns
|
||||
|
||||
[`Format`](Format.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:87](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L87)
|
||||
|
||||
## Properties
|
||||
|
||||
### approx\_duration\_ms
|
||||
|
||||
> **approx\_duration\_ms**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:60](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L60)
|
||||
|
||||
***
|
||||
|
||||
### audio\_channels?
|
||||
|
||||
> `optional` **audio\_channels**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:62](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L62)
|
||||
|
||||
***
|
||||
|
||||
### audio\_quality?
|
||||
|
||||
> `optional` **audio\_quality**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:59](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L59)
|
||||
|
||||
***
|
||||
|
||||
### audio\_sample\_rate?
|
||||
|
||||
> `optional` **audio\_sample\_rate**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:61](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L61)
|
||||
|
||||
***
|
||||
|
||||
### audio\_track?
|
||||
|
||||
> `optional` **audio\_track**: `AudioTrack`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:74](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L74)
|
||||
|
||||
***
|
||||
|
||||
### average\_bitrate?
|
||||
|
||||
> `optional` **average\_bitrate**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:51](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L51)
|
||||
|
||||
***
|
||||
|
||||
### bitrate
|
||||
|
||||
> **bitrate**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:52](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L52)
|
||||
|
||||
***
|
||||
|
||||
### caption\_track?
|
||||
|
||||
> `optional` **caption\_track**: `CaptionTrack`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:85](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L85)
|
||||
|
||||
***
|
||||
|
||||
### cipher?
|
||||
|
||||
> `optional` **cipher**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:73](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L73)
|
||||
|
||||
***
|
||||
|
||||
### color\_info?
|
||||
|
||||
> `optional` **color\_info**: `ColorInfo`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:84](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L84)
|
||||
|
||||
***
|
||||
|
||||
### content\_length?
|
||||
|
||||
> `optional` **content\_length**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:44](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L44)
|
||||
|
||||
***
|
||||
|
||||
### distinct\_params?
|
||||
|
||||
> `optional` **distinct\_params**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:67](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L67)
|
||||
|
||||
***
|
||||
|
||||
### drm\_families?
|
||||
|
||||
> `optional` **drm\_families**: `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:47](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L47)
|
||||
|
||||
***
|
||||
|
||||
### drm\_track\_type?
|
||||
|
||||
> `optional` **drm\_track\_type**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:66](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L66)
|
||||
|
||||
***
|
||||
|
||||
### fair\_play\_key\_uri?
|
||||
|
||||
> `optional` **fair\_play\_key\_uri**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:55](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L55)
|
||||
|
||||
***
|
||||
|
||||
### fps?
|
||||
|
||||
> `optional` **fps**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:48](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L48)
|
||||
|
||||
***
|
||||
|
||||
### has\_audio
|
||||
|
||||
> **has\_audio**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:75](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L75)
|
||||
|
||||
***
|
||||
|
||||
### has\_text
|
||||
|
||||
> **has\_text**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:77](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L77)
|
||||
|
||||
***
|
||||
|
||||
### has\_video
|
||||
|
||||
> **has\_video**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:76](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L76)
|
||||
|
||||
***
|
||||
|
||||
### height?
|
||||
|
||||
> `optional` **height**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:41](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L41)
|
||||
|
||||
***
|
||||
|
||||
### high\_replication?
|
||||
|
||||
> `optional` **high\_replication**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:58](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L58)
|
||||
|
||||
***
|
||||
|
||||
### index\_range?
|
||||
|
||||
> `optional` **index\_range**: `Range`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:72](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L72)
|
||||
|
||||
***
|
||||
|
||||
### init\_range?
|
||||
|
||||
> `optional` **init\_range**: `Range`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:71](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L71)
|
||||
|
||||
***
|
||||
|
||||
### is\_auto\_dubbed?
|
||||
|
||||
> `optional` **is\_auto\_dubbed**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:80](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L80)
|
||||
|
||||
***
|
||||
|
||||
### is\_descriptive?
|
||||
|
||||
> `optional` **is\_descriptive**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:81](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L81)
|
||||
|
||||
***
|
||||
|
||||
### is\_drc?
|
||||
|
||||
> `optional` **is\_drc**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:65](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L65)
|
||||
|
||||
***
|
||||
|
||||
### is\_dubbed?
|
||||
|
||||
> `optional` **is\_dubbed**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:79](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L79)
|
||||
|
||||
***
|
||||
|
||||
### is\_original?
|
||||
|
||||
> `optional` **is\_original**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:83](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L83)
|
||||
|
||||
***
|
||||
|
||||
### is\_secondary?
|
||||
|
||||
> `optional` **is\_secondary**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:82](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L82)
|
||||
|
||||
***
|
||||
|
||||
### is\_type\_otf
|
||||
|
||||
> **is\_type\_otf**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:70](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L70)
|
||||
|
||||
***
|
||||
|
||||
### itag
|
||||
|
||||
> **itag**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:38](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
### language?
|
||||
|
||||
> `optional` **language**: `null` \| `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:78](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L78)
|
||||
|
||||
***
|
||||
|
||||
### last\_modified
|
||||
|
||||
> **last\_modified**: `Date`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:42](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L42)
|
||||
|
||||
***
|
||||
|
||||
### last\_modified\_ms
|
||||
|
||||
> **last\_modified\_ms**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:43](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L43)
|
||||
|
||||
***
|
||||
|
||||
### loudness\_db?
|
||||
|
||||
> `optional` **loudness\_db**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:63](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L63)
|
||||
|
||||
***
|
||||
|
||||
### max\_dvr\_duration\_sec?
|
||||
|
||||
> `optional` **max\_dvr\_duration\_sec**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:57](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L57)
|
||||
|
||||
***
|
||||
|
||||
### mime\_type
|
||||
|
||||
> **mime\_type**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:69](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L69)
|
||||
|
||||
***
|
||||
|
||||
### projection\_type?
|
||||
|
||||
> `optional` **projection\_type**: `ProjectionType`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:50](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L50)
|
||||
|
||||
***
|
||||
|
||||
### quality?
|
||||
|
||||
> `optional` **quality**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:45](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L45)
|
||||
|
||||
***
|
||||
|
||||
### quality\_label?
|
||||
|
||||
> `optional` **quality\_label**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:49](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L49)
|
||||
|
||||
***
|
||||
|
||||
### signature\_cipher?
|
||||
|
||||
> `optional` **signature\_cipher**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:64](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L64)
|
||||
|
||||
***
|
||||
|
||||
### spatial\_audio\_type?
|
||||
|
||||
> `optional` **spatial\_audio\_type**: `SpatialAudioType`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:53](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L53)
|
||||
|
||||
***
|
||||
|
||||
### stereo\_layout?
|
||||
|
||||
> `optional` **stereo\_layout**: `StereoLayout`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:56](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L56)
|
||||
|
||||
***
|
||||
|
||||
### target\_duration\_dec?
|
||||
|
||||
> `optional` **target\_duration\_dec**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:54](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L54)
|
||||
|
||||
***
|
||||
|
||||
### track\_absolute\_loudness\_lkfs?
|
||||
|
||||
> `optional` **track\_absolute\_loudness\_lkfs**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:68](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L68)
|
||||
|
||||
***
|
||||
|
||||
### url?
|
||||
|
||||
> `optional` **url**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:39](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L39)
|
||||
|
||||
***
|
||||
|
||||
### width?
|
||||
|
||||
> `optional` **width**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:40](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L40)
|
||||
|
||||
***
|
||||
|
||||
### xtags?
|
||||
|
||||
> `optional` **xtags**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:46](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L46)
|
||||
|
||||
## Methods
|
||||
|
||||
### decipher()
|
||||
|
||||
> **decipher**(`player`?): `Promise`\<`string`\>
|
||||
|
||||
Deciphers the URL using the provided player instance.
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **player?**: [`Player`](../../../classes/Player.md)
|
||||
|
||||
An optional instance of the Player class used to decipher the URL.
|
||||
|
||||
#### Returns
|
||||
|
||||
`Promise`\<`string`\>
|
||||
|
||||
The deciphered URL as a string. If no player is provided, returns the original URL or an empty string.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Format.ts:245](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Format.ts#L245)
|
||||
@@ -1,41 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / RendererContext
|
||||
|
||||
# Class: RendererContext
|
||||
|
||||
## Constructors
|
||||
|
||||
### new RendererContext()
|
||||
|
||||
> **new RendererContext**(`data`?): [`RendererContext`](RendererContext.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data?**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`RendererContext`](RendererContext.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/RendererContext.ts:9](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/RendererContext.ts#L9)
|
||||
|
||||
## Properties
|
||||
|
||||
### accessibility\_context?
|
||||
|
||||
> `optional` **accessibility\_context**: [`AccessibilityContext`](AccessibilityContext.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/RendererContext.ts:7](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/RendererContext.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### command\_context?
|
||||
|
||||
> `optional` **command\_context**: [`CommandContext`](CommandContext.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/RendererContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/RendererContext.ts#L6)
|
||||
@@ -1,61 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / SubscriptionButton
|
||||
|
||||
# Class: SubscriptionButton
|
||||
|
||||
## Constructors
|
||||
|
||||
### new SubscriptionButton()
|
||||
|
||||
> **new SubscriptionButton**(`data`): [`SubscriptionButton`](SubscriptionButton.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`SubscriptionButton`](SubscriptionButton.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/SubscriptionButton.ts#L11)
|
||||
|
||||
## Properties
|
||||
|
||||
### subscribed
|
||||
|
||||
> **subscribed**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/SubscriptionButton.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### subscription\_type?
|
||||
|
||||
> `optional` **subscription\_type**: `"FREE"` \| `"PAID"` \| `"UNAVAILABLE"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/SubscriptionButton.ts#L9)
|
||||
|
||||
***
|
||||
|
||||
### text
|
||||
|
||||
> **text**: [`Text`](Text.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/SubscriptionButton.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### type
|
||||
|
||||
> `static` **type**: `string` = `'SubscriptionButton'`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/SubscriptionButton.ts#L5)
|
||||
@@ -1,155 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / Text
|
||||
|
||||
# Class: Text
|
||||
|
||||
Represents text content that may include formatting, emojis, and navigation endpoints.
|
||||
|
||||
## Constructors
|
||||
|
||||
### new Text()
|
||||
|
||||
> **new Text**(`data`): [`Text`](Text.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`Text`](Text.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:60](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L60)
|
||||
|
||||
## Properties
|
||||
|
||||
### accessibility?
|
||||
|
||||
> `optional` **accessibility**: `FormattedStringSupportedAccessibilityDatas`
|
||||
|
||||
Accessibility data associated with this text.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:53](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L53)
|
||||
|
||||
***
|
||||
|
||||
### endpoint?
|
||||
|
||||
> `optional` **endpoint**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
Navigation endpoint associated with this text.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:48](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L48)
|
||||
|
||||
***
|
||||
|
||||
### rtl
|
||||
|
||||
> **rtl**: `boolean`
|
||||
|
||||
Indicates if the text is right-to-left.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:58](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L58)
|
||||
|
||||
***
|
||||
|
||||
### runs?
|
||||
|
||||
> `optional` **runs**: ([`TextRun`](TextRun.md) \| [`EmojiRun`](EmojiRun.md))[]
|
||||
|
||||
Individual text segments with their formatting.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:43](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L43)
|
||||
|
||||
***
|
||||
|
||||
### text?
|
||||
|
||||
> `optional` **text**: `string`
|
||||
|
||||
The plain text content.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:38](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L38)
|
||||
|
||||
## Methods
|
||||
|
||||
### isEmpty()
|
||||
|
||||
> **isEmpty**(): `boolean`
|
||||
|
||||
Checks if the text is empty.
|
||||
|
||||
#### Returns
|
||||
|
||||
`boolean`
|
||||
|
||||
Whether the text is empty.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:262](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L262)
|
||||
|
||||
***
|
||||
|
||||
### toHTML()
|
||||
|
||||
> **toHTML**(): `undefined` \| `string`
|
||||
|
||||
Converts the text to HTML.
|
||||
|
||||
#### Returns
|
||||
|
||||
`undefined` \| `string`
|
||||
|
||||
The HTML.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:254](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L254)
|
||||
|
||||
***
|
||||
|
||||
### toString()
|
||||
|
||||
> **toString**(): `string`
|
||||
|
||||
Converts the text to a string.
|
||||
|
||||
#### Returns
|
||||
|
||||
`string`
|
||||
|
||||
The text.
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:270](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L270)
|
||||
|
||||
***
|
||||
|
||||
### fromAttributed()
|
||||
|
||||
> `static` **fromAttributed**(`data`): [`Text`](Text.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: `AttributedText`
|
||||
|
||||
#### Returns
|
||||
|
||||
[`Text`](Text.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Text.ts:103](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Text.ts#L103)
|
||||
@@ -1,195 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / TextRun
|
||||
|
||||
# Class: TextRun
|
||||
|
||||
## Implements
|
||||
|
||||
- `Run`
|
||||
|
||||
## Constructors
|
||||
|
||||
### new TextRun()
|
||||
|
||||
> **new TextRun**(`data`): [`TextRun`](TextRun.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`TextRun`](TextRun.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:32](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L32)
|
||||
|
||||
## Properties
|
||||
|
||||
### attachment
|
||||
|
||||
> **attachment**: `any`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:30](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L30)
|
||||
|
||||
***
|
||||
|
||||
### bold
|
||||
|
||||
> **bold**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:9](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L9)
|
||||
|
||||
***
|
||||
|
||||
### bracket
|
||||
|
||||
> **bracket**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:10](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L10)
|
||||
|
||||
***
|
||||
|
||||
### dark\_mode\_text\_color?
|
||||
|
||||
> `optional` **dark\_mode\_text\_color**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:11](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L11)
|
||||
|
||||
***
|
||||
|
||||
### deemphasize
|
||||
|
||||
> **deemphasize**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:12](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L12)
|
||||
|
||||
***
|
||||
|
||||
### endpoint?
|
||||
|
||||
> `optional` **endpoint**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:8](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### error\_underline
|
||||
|
||||
> **error\_underline**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:15](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L15)
|
||||
|
||||
***
|
||||
|
||||
### font\_face?
|
||||
|
||||
> `optional` **font\_face**: `"FONT_FACE_UNKNOWN"` \| `"FONT_FACE_YT_SANS_MEDIUM"` \| `"FONT_FACE_ROBOTO_MEDIUM"` \| `"FONT_FACE_YOUTUBE_SANS_LIGHT"` \| `"FONT_FACE_YOUTUBE_SANS_REGULAR"` \| `"FONT_FACE_YOUTUBE_SANS_MEDIUM"` \| `"FONT_FACE_YOUTUBE_SANS_SEMIBOLD"` \| `"FONT_FACE_YOUTUBE_SANS_BOLD"` \| `"FONT_FACE_YOUTUBE_SANS_EXTRABOLD"` \| `"FONT_FACE_YOUTUBE_SANS_BLACK"` \| `"FONT_FACE_YT_SANS_BOLD"` \| `"FONT_FACE_ROBOTO_REGULAR"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:17](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L17)
|
||||
|
||||
***
|
||||
|
||||
### italics
|
||||
|
||||
> **italics**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:13](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L13)
|
||||
|
||||
***
|
||||
|
||||
### strikethrough
|
||||
|
||||
> **strikethrough**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:14](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L14)
|
||||
|
||||
***
|
||||
|
||||
### text
|
||||
|
||||
> **text**: `string`
|
||||
|
||||
#### Implementation of
|
||||
|
||||
`Run.text`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:6](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L6)
|
||||
|
||||
***
|
||||
|
||||
### text\_color?
|
||||
|
||||
> `optional` **text\_color**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:7](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### underline
|
||||
|
||||
> **underline**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:16](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L16)
|
||||
|
||||
## Methods
|
||||
|
||||
### toHTML()
|
||||
|
||||
> **toHTML**(): `string`
|
||||
|
||||
#### Returns
|
||||
|
||||
`string`
|
||||
|
||||
#### Implementation of
|
||||
|
||||
`Run.toHTML`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:65](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L65)
|
||||
|
||||
***
|
||||
|
||||
### toString()
|
||||
|
||||
> **toString**(): `string`
|
||||
|
||||
#### Returns
|
||||
|
||||
`string`
|
||||
|
||||
#### Implementation of
|
||||
|
||||
`Run.toString`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/TextRun.ts:61](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/TextRun.ts#L61)
|
||||
@@ -1,71 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / Thumbnail
|
||||
|
||||
# Class: Thumbnail
|
||||
|
||||
## Constructors
|
||||
|
||||
### new Thumbnail()
|
||||
|
||||
> **new Thumbnail**(`data`): [`Thumbnail`](Thumbnail.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`Thumbnail`](Thumbnail.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Thumbnail.ts:8](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Thumbnail.ts#L8)
|
||||
|
||||
## Properties
|
||||
|
||||
### height
|
||||
|
||||
> **height**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Thumbnail.ts:6](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Thumbnail.ts#L6)
|
||||
|
||||
***
|
||||
|
||||
### url
|
||||
|
||||
> **url**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Thumbnail.ts:4](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Thumbnail.ts#L4)
|
||||
|
||||
***
|
||||
|
||||
### width
|
||||
|
||||
> **width**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Thumbnail.ts:5](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Thumbnail.ts#L5)
|
||||
|
||||
## Methods
|
||||
|
||||
### fromResponse()
|
||||
|
||||
> `static` **fromResponse**(`data`): [`Thumbnail`](Thumbnail.md)[]
|
||||
|
||||
Get thumbnails from response object.
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: `any`
|
||||
|
||||
#### Returns
|
||||
|
||||
[`Thumbnail`](Thumbnail.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/Thumbnail.ts:17](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/Thumbnail.ts#L17)
|
||||
@@ -1,221 +0,0 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / VideoDetails
|
||||
|
||||
# Class: VideoDetails
|
||||
|
||||
## Constructors
|
||||
|
||||
### new VideoDetails()
|
||||
|
||||
> **new VideoDetails**(`data`): [`VideoDetails`](VideoDetails.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`VideoDetails`](VideoDetails.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:26](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L26)
|
||||
|
||||
## Properties
|
||||
|
||||
### allow\_ratings
|
||||
|
||||
> **allow\_ratings**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:13](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L13)
|
||||
|
||||
***
|
||||
|
||||
### author
|
||||
|
||||
> **author**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:15](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L15)
|
||||
|
||||
***
|
||||
|
||||
### channel\_id
|
||||
|
||||
> **channel\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:6](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L6)
|
||||
|
||||
***
|
||||
|
||||
### duration
|
||||
|
||||
> **duration**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:8](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### id
|
||||
|
||||
> **id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:5](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L5)
|
||||
|
||||
***
|
||||
|
||||
### is\_crawlable
|
||||
|
||||
> **is\_crawlable**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:21](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L21)
|
||||
|
||||
***
|
||||
|
||||
### is\_live
|
||||
|
||||
> **is\_live**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:17](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L17)
|
||||
|
||||
***
|
||||
|
||||
### is\_live\_content
|
||||
|
||||
> **is\_live\_content**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:18](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L18)
|
||||
|
||||
***
|
||||
|
||||
### is\_live\_dvr\_enabled
|
||||
|
||||
> **is\_live\_dvr\_enabled**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:19](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L19)
|
||||
|
||||
***
|
||||
|
||||
### is\_low\_latency\_live\_stream
|
||||
|
||||
> **is\_low\_latency\_live\_stream**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:23](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L23)
|
||||
|
||||
***
|
||||
|
||||
### is\_owner\_viewing
|
||||
|
||||
> **is\_owner\_viewing**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:10](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L10)
|
||||
|
||||
***
|
||||
|
||||
### is\_post\_live\_dvr
|
||||
|
||||
> **is\_post\_live\_dvr**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:22](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L22)
|
||||
|
||||
***
|
||||
|
||||
### is\_private
|
||||
|
||||
> **is\_private**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:16](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L16)
|
||||
|
||||
***
|
||||
|
||||
### is\_upcoming
|
||||
|
||||
> **is\_upcoming**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:20](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L20)
|
||||
|
||||
***
|
||||
|
||||
### keywords
|
||||
|
||||
> **keywords**: `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:9](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L9)
|
||||
|
||||
***
|
||||
|
||||
### live\_chunk\_readahead?
|
||||
|
||||
> `optional` **live\_chunk\_readahead**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:24](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L24)
|
||||
|
||||
***
|
||||
|
||||
### short\_description
|
||||
|
||||
> **short\_description**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:11](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L11)
|
||||
|
||||
***
|
||||
|
||||
### thumbnail
|
||||
|
||||
> **thumbnail**: [`Thumbnail`](Thumbnail.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:12](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L12)
|
||||
|
||||
***
|
||||
|
||||
### title
|
||||
|
||||
> **title**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:7](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### view\_count
|
||||
|
||||
> **view\_count**: `number`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/VideoDetails.ts:14](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/parser/classes/misc/VideoDetails.ts#L14)
|
||||
Reference in New Issue
Block a user