1.0.0 • Published 1 year ago

ytmp3-scrap v1.0.0

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

Youtube Audio Downloader Scrapper

Scrap data from a Youtube audio downloader site and get direct info & url links.

Install

npm install ytmp3-scrap

Changelog

  • v1.0.0

    • Initial commit

Usage

const ytmp3 = require('ytmp3-scrap')

ytmp3('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.0

1 year ago