1.0.0 • Published 1 year ago

browserify-yt v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1 year ago