Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ytmp3-scrap

Aromakelapa3.7kMIT1.0.0

YouTube mp3 downloader scrapper. Scrap data from a YouTube mp3 downloader and get direct info & url links from your media.

ytmp3

readme

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 :>