speedster-youtube-info

1.0.0 • Public • Published

YoutubeInfo

a simple library for get a detail of an youtube link like :

  • is playlist ?
  • download link
  • auto generate subtitle link
  • title
  • all formats

how use

first you need :

usage :

const youtube = require('youtube_info.js');

// single file video
// let link = "https://www.youtube.com/watch?v=zq-XcnjLpXI";
// playlist
let link = "https://www.youtube.com/playlist?list=PLZo2FfoMkJeHk0Gs1nNajmVweHmefcI8U";

youtube(link, (arr) => console.log(arr));

output :

it's simple just a Json object

npm :

license :

MIT :)

/speedster-youtube-info/

    Package Sidebar

    Install

    npm i speedster-youtube-info

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.62 kB

    Total Files

    4

    Last publish

    Collaborators

    • geeksesi