5.0.0 • Published 1 year ago

@bochilteam/scraper-savefrom v5.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

Youtube Scraper

Scraper Savefrom

Installation

npm i @bochilteam/scraper-savefrom

Usage

Example download youtube video

// import module
import { savefrom } from '@bochilteam/scraper-savefrom'

const data = await savefrom('https://youtu.be/iik25wqIuFo')
console.log(data) // JSON

Documentation

5.0.0

1 year ago