Private
_getRetrieves a channel by its ID.
The ID of the channel to retrieve.
Optional
nextpage: stringThe JSON encoded nextpage variable, to be sent as a query string (optional).
A Promise that resolves to the retrieved Channel object.
Retrieves comments for a specific video.
The ID of the video for which to retrieve comments.
Optional
nextpage: stringThe JSON encoded nextpage variable, to be sent as a query string (optional).
A Promise that resolves to the comments for the video.
Retrieves a playlist based on its ID.
The ID of the playlist to retrieve.
Optional
nextpage: stringThe token for the next page of results (optional).
A Promise that resolves to a Playlist or NextPagePlaylist object.
Retrieves sponsors based on the provided ID and category.
The ID of the video.
The category of sponsors you would like to skip. Example: ["sponsor"].
A promise that resolves to the sponsors.
Generated using TypeDoc
Retrieves data from the specified URL.