Skip to content

y-downloader is a node module to download youtube videos

License

Notifications You must be signed in to change notification settings

agarwalarjun123/y-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is y-downloader?

y-downloader is a node module that will help you download a youtube video in a simple way.

you can install the node module using npm

npm install y-downloader

The node module works well with Promises

How to use the package?

var ydl=require('y-downloader');
var download={
  name:videoName,
  path:PathDirectory,
  google_key:google_api_key
}
ydl(download)
.then((msg)=>{
  console.log(msg);
  })
.catch((err)=>{
  console.log(err);
  });

About

y-downloader is a node module to download youtube videos

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published