1.0.3 • Published 5 years ago

youtube-video-links v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

youtube-video-links

How to install

npm install --save youtube-video-links

Description This module is used to get the downloadable video links from a Youtube video link.

How to use

const youtubeLinks = require("youtube-video-links");

youtubeLinks("youtube-video-URL").then(function(data) {
    //data - video URLs in array of object format
}).catch(function(error) {
	//error
})

OR, simply use (ES6 format)

let links = await youtubeLinks("youtube-video-URL");
1.0.3

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago