video-downloader-pro

1.0.0 • Public • Published

video-downloader-pro

Video Downloader Pro is a magic npm package helping you download any media content from any website all over the Net.

Installation

npm i video-downloader-pro

then...

const vdp = require("video-downloader-pro");

vdp("https://www.youtube.com/watch?v=-DEPDfN8ZYk").then((data) => {
  console.log(data);
  return data;
});

/*
output:
{
  info: {
    duration: '10:08',
    thub: 'https://i.ytimg.com/vi/-DEPDfN8ZYk/hqdefault.jpg',
    title: 'Top New Zach King Magic Vines 2017 - Best Magic Tricks Ever'
  },
  links: [
    {
      url: downloadabe video url,
      format: 'MP4'
      quality: '720',
    },
    {
      url: downloadabe video url,
      format: 'MP4'
      quality: '720',
    }
  ]
}
*/

Supported Platforms:

Download videos and music from any website with "video-downloader-pro". It helps you to generate the downloadable urls for any video or music online from any website. You can use it for downloading videos like a professional.


Best Buildup
BesBuildup.com - excellency in software development

Readme

Keywords

Package Sidebar

Install

npm i video-downloader-pro

Weekly Downloads

4

Version

1.0.0

License

ISC

Unpacked Size

5.69 kB

Total Files

3

Last publish

Collaborators

  • alasim