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.2-d.5 to 1.4.2-d.6

2

package.json
{
"name": "youtubei.js",
"version": "1.4.2-d.5",
"version": "1.4.2-d.6",
"description": "A full-featured library that allows you to get detailed info about any video, subscribe, unsubscribe, like, dislike, comment, search, download videos/music and much more!",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,26 +0,53 @@

<h1 align=center>YouTube.js</h1>
<!-- Hi there, fellow coder :) -->
<h1 align=center>
YouTube.js
</h1>
<p align=center>
<i>A full-featured wrapper around the Innertube API, which is what YouTube itself uses.</i>
<p>
<!-- SHORT DESCRIPTION -->
<i>
A full-featured wrapper around the Innertube API, which is what YouTube itself uses.
</i>
</p>
<p align=center>
<a href="https://github.com/LuanRT/YouTube.js/issues">Report Bug</a>
<!-- SHORTCUTS -->
<a href="https://github.com/LuanRT/YouTube.js/issues">
Report Bug
</a>
·
<a href="https://github.com/LuanRT/YouTube.js/issues">Request Feature</a>
<br/>
<br/>
<a href="https://github.com/LuanRT/YouTube.js/issues">
Request Feature
</a>
<br>
<br>
<!-- PROJECT SHIELDS -->
<img src="https://github.com/LuanRT/YouTube.js/actions/workflows/node.js.yml/badge.svg">
<img src="https://img.shields.io/npm/v/youtubei.js?color=%2335C757">
<img src="https://www.codefactor.io/repository/github/luanrt/youtube.js/badge">
<img src="https://img.shields.io/npm/dm/youtubei.js">
<a href="https://saythanks.io/to/LuanRT">
<img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg">
</a>
<br>
<a href="https://ko-fi.com/luanrt">
<img src="https://img.shields.io/badge/donate-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white">
</a>
<!-- PROJECT SHIELDS -->
<a href='https://github.com/LuanRT/YouTube.js/actions'>
<img src='https://github.com/LuanRT/YouTube.js/actions/workflows/node.js.yml/badge.svg' alt='Tests'>
</a>
<a href='https://www.npmjs.com/package/youtubei.js?activeTab=versions'>
<img src='https://img.shields.io/npm/v/youtubei.js?color=%2335C757' alt='Latest version'>
</a>
<a href='https://www.codefactor.io/repository/github/luanrt/youtube.js'>
<img src='https://www.codefactor.io/repository/github/luanrt/youtube.js/badge' alt='Code factor'>
</a>
<a href='https://www.npmjs.com/package/youtubei.js'>
<img src='https://img.shields.io/npm/dm/youtubei.js' alt='Monthly downloads'>
</a>
<a href="https://saythanks.io/to/LuanRT">
<img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg">
</a>
<br>
<!-- DONATE BUTTON -->
<a href="https://ko-fi.com/luanrt">
<img src="https://img.shields.io/badge/donate-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white" alt="Donate">
</a>
</p>

@@ -121,5 +148,16 @@

Client: `YOUTUBE` | `YTMUSIC`
Options:
* client: `YOUTUBE` | `YTMUSIC`
* filters (youtube only):
* upload_date: `any` | `last_hour` | `today` | `this_week` | `this_month` | `this_year`
* type: `any` | `video` | `channel` | `playlist` | `movie`
* duration: `any` | `short` | `medium` | `long`
* sort_by: `relevance` | `rating` | `upload_date` | `view_count`
```js
const search = await youtube.search('Looking for life on Mars - Documentary', { client: 'YOUTUBE' });
const search = await youtube.search('QUERY', { client: 'YOUTUBE' });
```

@@ -682,3 +720,3 @@

<details>
<summary>YouTube Output</summary>
<summary>YouTube Output</summary>
<p>

@@ -714,3 +752,3 @@

<details>
<summary>YouTube Music Output</summary>
<summary>YouTube Music Output</summary>
<p>

@@ -1157,2 +1195,4 @@

<p align="right">(<a href="#top">back to top</a>)</p>
<p align="right">
(<a href="#top">back to top</a>)
</p>
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