UNPKG
fb-video-scrapper
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Scrape and extract facebook video url and thumnails
fb-video-scrapper
/
build
/
README.md
11 lines
(7 loc)
•
195 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
# 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)); `
``