# 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));

```