@sushibtw/youtubei
Version:
Simple package to get information from youtube such as videos, playlists, channels, video information & comments, related videos, up next video, and more!
8 lines (7 loc) • 426 B
TypeScript
export declare const INNERTUBE_CLIENT_VERSION = "2.20201209.01.00";
export declare const INNERTUBE_API_KEY = "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8";
export declare const BASE_URL = "www.youtube.com";
export declare const I_END_POINT = "/youtubei/v1";
export declare const LIVE_CHAT_END_POINT: string;
export declare const WATCH_END_POINT = "/watch";
export declare const COMMENT_END_POINT = "/comment_service_ajax";