1.0.0 • Published 9 months ago
@aetherzcode/scraper v1.0.0
Scraper
All In One Scraper
Installation
npm i @aetherzcode/scraperUsage
Here is an example of using Savefrom to download Facebook video
// Import module first
import { snapsave } from '@aetherzcode/scraper'
const data = await snapsave('https://fb.watch/9WktuN9j-z/')
console.log(data) // JSON1.0.0
9 months ago