Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
youtubei.js
Advanced tools
YouTube.js is a JavaScript client for YouTube's private API, known as "InnerTube". It allows you to interact with YouTube programmatically, providing access to videos, comments, live chats, streaming data and more. It works seamlessly across Node.js, Deno, and modern browsers.
Before installing, make sure your environment meets the prerequisites.
# NPM
npm install youtubei.js@latest
# Yarn
yarn add youtubei.js@latest
# Git (edge version)
npm install github:LuanRT/YouTube.js
Deno:
import { Innertube } from 'https://deno.land/x/youtubei/deno.ts';
// const { Innertube } = require('youtubei.js');
import { Innertube } from 'youtubei.js';
const innertube = await Innertube.create(/* options */);
For detailed usage, check out the YouTube.js Guide and API Documentation.
We welcome all contributions, issues and feature requests, whether small or large. If you want to contribute, feel free to check out our issues page and our guidelines.
This project is not affiliated with, endorsed, or sponsored by YouTube or any of its affiliates or subsidiaries. All trademarks, logos, and brand names used in this project are the property of their respective owners and are used solely to describe the services provided.
As such, any usage of trademarks to refer to such services is considered nominative use. If you have any questions or concerns, please contact me.
Distributed under the MIT License.
13.0.0 (2025-01-20)
web.bundle.min
enableTruncation
(#863) (0a3104b)pq
param for better suggestions (c61db19)getAttestationChallenge
(#869) (33c27dd)headerOverlayImage
and lowerBumper
(#851) (ef37aa0)TrackInfo
(#770) (2913d5f)heroImage
(a602a31)AvatarStackView
(c631022)HowThisWasMadeSectionView
node (5da8a66)ReplaceLiveChatAction
(#847) (342fdd1)rendererContext
(3a11b99)OpenPopupAction
in onResponseReceivedEndpoints
arrays (45b7342)Button
(#857) (5f899fc)LiveChatPaidMessage
(#846) (73362c6)LiveChatPaidSticker
(#849) (3c28c0d)LiveChatTextMessage
(#864) (9025122)LiveChatTickerPaidMessageItem
(#845) (29e8d30)LiveChatTickerPaidStickerItem
(#848) (5f83a74)LiveChatViewerEngagementMessage
(#856) (b4a947a)addToLibrary
and removeFromLibrary
(#844) (48460e4)targetId
(e571ee2)unsubscribe_text
(75b8964)is_toggled
(88af6d8)RunAttestationCommand
in response actions (#859) (826a954)StyleRun
assuming that the startIndex
and length
always exist (#862) (732a30c)undefined
(f3c777b)img
element only if an URL is available (913dcc7)web.bundle.min
(e54e499)FAQs
A JavaScript client for YouTube's private API, known as InnerTube.
The npm package youtubei.js receives a total of 16,450 weekly downloads. As such, youtubei.js popularity was classified as popular.
We found that youtubei.js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.