1.0.2 • Published 1 year ago

ytmp4 v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Youtube Video Downloader

Convert YouTube video link into downloaded formats, and get info.

Install

npm install ytmp4

Changelog

  • v1.0.2

    • Update module.

Usage

const ytmp4 = require('ytmp4')

ytmp4('https://www.youtube.com/watch?v=36uDReSdFDU')
  .then((res) => {
    console.log(res)
  })
  .catch((err) => {
    console.log(err)
  })

Issues & Contact

Thanks for using my module, Hope you forgive me if it shows an error, because I'm newbie at this :>

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago