Skip to content

Diegoson/yt-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yt-streamer

an nodejs YouTube downloader

usage

const { DownloadMusic, DownloadVideo} = require('yt-streamer');
const fs = require('fs');

(async () => {
  const aud = await DownloadMusic(videoId);
  const aud = fs.readFileSync(aud);
  //Video (default: 720p)
  const vi = await DownloadVideo(videoId, quality);
  const vid = fs.readFileSync(vid);
})();

thats goas to video.as.well

About

an nodejs YouTube downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published