UNPKG

fb-video-scrapper

Version:

Scrape and extract facebook video url and thumnails

11 lines (7 loc) 195 B
# FB Video Scrapper Get facebook video link, description and thumbnail using facebook link. ``` const getVideo = require("fb-video-scrapper"); getVideo() .then(data => console.log(data)); ```