youtubei
Version:
Simple package to get information from youtube such as videos, playlists, channels, video information & comments, related videos, up next video, and more!
9 lines (8 loc) • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.I_END_POINT = exports.BASE_URL = exports.INNERTUBE_API_KEY = exports.INNERTUBE_CLIENT_NAME = exports.INNERTUBE_CLIENT_VERSION = void 0;
exports.INNERTUBE_CLIENT_VERSION = "1.20221219.01.00";
exports.INNERTUBE_CLIENT_NAME = "WEB_REMIX";
exports.INNERTUBE_API_KEY = "AIzaSyC9XL3ZjWddXya6X74dJoCTL-WEYFDNX30";
exports.BASE_URL = "music.youtube.com";
exports.I_END_POINT = "/youtubei/v1";