- Preparing search index...
- The search index is not available
statisfy
Constructors
constructor
- new YouTube(options: YouTubeOptions): YouTube
-
Methods
getChannelByName
- getChannelByName(name: string): Promise<any>
-
Returns Promise<any>
getVideoByQuery
- getVideoByQuery(query: string): Promise<any>
-
Returns Promise<any>
Private
req
- req(options: reqOptions): Promise<any>
Private
Returns Promise<any>
search
- search(options: searchOptions): Promise<any>
-
Returns Promise<any>
It searches for a channel by name, gets the channel ID, and then gets the channel data
Async
Returns
The channel object.