youtube-extractor

1.0.2 • Public • Published

youtube-extractor

Unofficial YouTube API for download and search videos

Download

$ npm i youtube-extractor --save

Simple Example for downloading

const extractor = require("youtube-extractor");
const formats = await extractor.get_video_formats('video_id')
const downloadURL = await formats[0].downloadURL();

Package Sidebar

Install

npm i youtube-extractor

Weekly Downloads

5

Version

1.0.2

License

ISC

Unpacked Size

8 kB

Total Files

10

Last publish

Collaborators

  • enes5519