- https://www.facebook.com/peopleareawesome/videos/best-videos-of-the-week/1426881677361006/
- https://fb.watch/4NmOK_doX-/
It is recommended to read the documentation to start, and the guides to use the plugin.
NPM :
npm install erela.js-facebook
Yarn :
yarn add erela.js-facebook
const { Manager } = require("erela.js");
const Facebook = require("erela.js-facebook");
const manager = new Manager({
plugins: [
// Initiate the plugin
new Facebook()
]
});
manager.search("https://www.facebook.com/peopleareawesome/videos/best-videos-of-the-week/1426881677361006");