Socket
Socket
Sign inDemoInstall

@distube/yt-dlp

Package Overview
Dependencies
142
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @distube/yt-dlp

yt-dlp plugin for DisTube.js.org


Version published
Weekly downloads
2.6K
increased by88.18%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

npm peer dependency version npm GitHub Repo stars Discord

@distube/yt-dlp

yt-dlp extractor plugin for DisTube.js.org.

Feature

Requirement

Installation

npm install @distube/yt-dlp@latest

Documentation

new YtDlpPlugin([YtDlpPluginOptions])

Create a DisTube's ExtractorPlugin instance.

  • YtDlpPluginOptions.update (boolean): Default is true. Update the yt-dlp binary when the plugin is initialized.

Usage

const Discord = require("discord.js");
const client = new Discord.Client();

const { DisTube } = require("distube");
const { YtDlpPlugin } = require("@distube/yt-dlp");
const distube = new DisTube(client, {
  plugins: [new YtDlpPlugin({ update: true })],
});

Keywords

FAQs

Last updated on 18 Jul 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc