Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nayan-downloder

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nayan-downloder

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

  • 1.0.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 18 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc