youtubei
Version:
Simple package to get information from youtube such as videos, playlists, channels, video information & comments, related videos, up next video, and more!
11 lines (10 loc) • 653 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.COMMENT_END_POINT = exports.LIVE_CHAT_END_POINT = exports.I_END_POINT = exports.BASE_URL = exports.INNERTUBE_API_KEY = exports.INNERTUBE_CLIENT_VERSION = exports.INNERTUBE_CLIENT_NAME = void 0;
exports.INNERTUBE_CLIENT_NAME = "WEB";
exports.INNERTUBE_CLIENT_VERSION = "2.20201209.01.00";
exports.INNERTUBE_API_KEY = "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8";
exports.BASE_URL = "www.youtube.com";
exports.I_END_POINT = "/youtubei/v1";
exports.LIVE_CHAT_END_POINT = `${exports.I_END_POINT}/live_chat/get_live_chat`;
exports.COMMENT_END_POINT = "/comment_service_ajax";