Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

youtubei.js

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtubei.js - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

.github/FUNDING.yml

2

lib/core/InteractionManager.js

@@ -46,3 +46,3 @@ 'use strict';

Utils.throwIfMissing({ video_id });
const action = await this.actions.engage('like/removelike', { video_id });
const action = await this.#actions.engage('like/removelike', { video_id });
return action;

@@ -49,0 +49,0 @@ }

{
"name": "youtubei.js",
"version": "1.4.3",
"description": "A full-featured wrapper around YouTube's private API. Allows you to retrieve info about any video, subscribe, unsubscribe, like, dislike, comment, search, download videos/music and much more!",
"version": "1.4.4",
"description": "A full-featured wrapper around the InnerTube API — which is what YouTube itself uses.",
"main": "index.js",
"author": "LuanRT <luan.lrt4@gmail.com> (https://github.com/LuanRT)",
"funding": "https://ko-fi.com/luanrt",
"contributors": [
"Wykerd (https://github.com/wykerd/)",
"MasterOfBob777 (https://github.com/MasterOfBob777)"
],
"funding": "https://github.com/sponsors/LuanRT",
"license": "MIT",

@@ -51,9 +55,13 @@ "engines": {

"youtube",
"youtubedl",
"music",
"youtube-dl",
"youtube-downloader",
"studio",
"youtube-studio",
"innertube",
"youtube-music",
"innertubeapi",
"youtube-downloader",
"unofficial",
"downloader",
"youtubedl",
"livechat",

@@ -64,3 +72,4 @@ "ytmusic",

"comment",
"music",
"live",
"chat",
"like",

@@ -67,0 +76,0 @@ "api"

@@ -25,3 +25,3 @@ <!-- Hi there, fellow coder :) -->

<i>
A full-featured wrapper around the Innertube API, which is what YouTube itself uses.
A full-featured wrapper around the InnerTube API, which is what YouTube itself uses.
</i>

@@ -42,3 +42,3 @@ </p>

<div align="center">
[![Tests](https://github.com/LuanRT/YouTube.js/actions/workflows/node.js.yml/badge.svg)][actions]

@@ -49,7 +49,32 @@ [![Latest version](https://img.shields.io/npm/v/youtubei.js?color=%2335C757)][versions]

[![Say thanks](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)][say-thanks]
<br>
[![Donate](https://img.shields.io/badge/donate-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white)][ko-fi]
[![Discord](https://img.shields.io/discord/996229661694627930.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/syDu7Yks54)
</div>
> **Note**: <br/> We're currently in the process of rewriting the library to improve code quality, maintainability, and much more. While it might take some time, most of this documentation will be invalid after v2 and you may want to migrate once it is stable enough. See [#65](https://github.com/LuanRT/YouTube.js/issues/65) for more information on how to contribute, test v2, documentation and other upcoming changes.
<!-- SPONSORS -->
<p align="center">
<a><sub>Special thanks to:<sub></a>
</p>
<table align="center">
<body>
<tr>
<td align="center">
<a href="https://serpapi.com/">
<img width="80" alt="SerpApi" src="https://luanrt.is-a.dev/assets/img/serpapi.svg" />
<br>
<b>
<sub>
Scrape Google and other search engines from a fast, easy and complete API.
</sub>
</b>
</a>
</td>
</tr>
</body>
</table>
___

@@ -95,3 +120,3 @@

And huge thanks to [@gatecrasher777][gatecrasher] for his research on the workings of the Innertube API!
If you have any questions or need help, feel free to contact us on our chat server [here](https://discord.gg/syDu7Yks54).

@@ -1019,3 +1044,3 @@ ### Features

```js
import fs from 'fs':
import fs from 'fs';
import Innertube from 'youtubei.js';

@@ -1022,0 +1047,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc