1.0.1 • Published 2 years ago

ytscrap v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

This Module is DEPRECATED! use this NEW MODULE

Youtube Video & Audio Downloader Scrapper

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

Install

npm install ytscrap

Changelog

  • v1.0.1

    • This module is deprecated!

Usage

const ytscrap = require('ytscrap')

ytscrap('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.1

2 years ago

1.0.0

2 years ago