Skip to content

A JavaScript client for YouTube's private API, known as InnerTube.

License

Notifications You must be signed in to change notification settings

talebianasal/YouTube.js

This branch is 193 commits behind LuanRT/YouTube.js:main.

Folders and files

NameName
Last commit message
Last commit date
Sep 19, 2024
Feb 12, 2023
Oct 7, 2024
Sep 23, 2024
Sep 19, 2024
Oct 7, 2024
Oct 7, 2024
Sep 19, 2024
Jul 1, 2022
Aug 23, 2024
Sep 23, 2024
Sep 19, 2024
Aug 13, 2023
Apr 23, 2023
Apr 13, 2022
Sep 23, 2024
Aug 18, 2023
Aug 23, 2024
Jun 3, 2024
Sep 23, 2024
Oct 7, 2024
Sep 16, 2024
Sep 23, 2024

Repository files navigation


YouTube.js Logo

A JavaScript client for YouTube's private API

Discord CI NPM Version Downloads Codefactor

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.

Installation

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';

Basic Usage

// 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.

Contributing

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.

Contributors

Disclaimer

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.

License

Distributed under the MIT License.

(back to top)

About

A JavaScript client for YouTube's private API, known as InnerTube.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%