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
yarn add browserify-yt
Usage
const browserifyYT = require('browserify-yt');
import browserifyYT from 'browserify-yt';
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.