browserify-yt

1.0.0 • Public • Published

browserify-yt

browserify-yt is a TypeScript library designed to interact with the YT Data API and download video content from YT. The library is primarily intended for browser environments and features powerful functionalities such as retrieving basic information, video downloading, format selection, and more.

Installation

To use the library, you can install it via npm or yarn:

npm install browserify-yt
# or
yarn add browserify-yt

Usage

const browserifyYT = require('browserify-yt');
//or
import browserifyYT from 'browserify-yt';

// Use module like:
const browserifyYT = {
  search: ytsr, 
  download: ytdl, 
  playlist: ytpl
}

Get more information:

  • ytdl-core - YouTube downloading module
  • ytsr - YouTube video search results.
  • ytpl - YouTube playlist and channel resolver.

Readme

Keywords

none

Package Sidebar

Install

npm i browserify-yt

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1000 kB

Total Files

5

Last publish

Collaborators

  • hoangdaicntt