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) • 387 B
JavaScript
export var INNERTUBE_CLIENT_NAME = "WEB";
export var INNERTUBE_CLIENT_VERSION = "2.20201209.01.00";
export var INNERTUBE_API_KEY = "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8";
export var BASE_URL = "www.youtube.com";
export var I_END_POINT = "/youtubei/v1";
export var LIVE_CHAT_END_POINT = I_END_POINT + "/live_chat/get_live_chat";
export var COMMENT_END_POINT = "/comment_service_ajax";