5.0.0 • Published 12 months ago

@bochilteam/scraper-savefrom v5.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
12 months 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

12 months ago