0.0.3 • Published 4 years ago

youtube-dl-spnk v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

YouTube-Dl

🔗Links

📄Example usage

  • Download YouTube-Dl
const {download} = require('youtube-dl-spnk');
download();
  • Download Video
const {getStream} = require('youtube-dl-spnk');
let options = ["your options"];
getStream(options).pipe(fs.createWriteStream('video.mp4'));
  • Getting metadata
const {getMetadata} = require('youtube-dl-spnk');
let options = ["your options"];
console.log(await getMetadata(options));
  • Run custom youtube-dl
const {clearRun} = require('youtube-dl-spnk');
let options = ["your options"];
clearRun(options);
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago