UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

20 lines 1.01 kB
export * as BrowseEndpoint from './BrowseEndpoint.js'; export * as GetNotificationMenuEndpoint from './GetNotificationMenuEndpoint.js'; export * as GuideEndpoint from './GuideEndpoint.js'; export * as NextEndpoint from './NextEndpoint.js'; export * as PlayerEndpoint from './PlayerEndpoint.js'; export * as ResolveURLEndpoint from './ResolveURLEndpoint.js'; export * as SearchEndpoint from './SearchEndpoint.js'; export * as Account from './account/index.js'; export * as Browse from './browse/index.js'; export * as Channel from './channel/index.js'; export * as Comment from './comment/index.js'; export * as Like from './like/index.js'; export * as Music from './music/index.js'; export * as Notification from './notification/index.js'; export * as Playlist from './playlist/index.js'; export * as Subscription from './subscription/index.js'; export * as Reel from './reel/index.js'; export * as Upload from './upload/index.js'; export * as Kids from './kids/index.js'; //# sourceMappingURL=index.js.map