erela.js-facebook
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published
This a plugin for Erela.JS to allow the use of Facebook URL's, it uses direct URL's to play the audio from the video.

Documentation & Guides

It is recommended to read the documentation to start, and the guides to use the plugin.

Installation

NPM :

npm install erela.js-facebook

Yarn :

yarn add erela.js-facebook

Example Usage

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

Package Sidebar

Install

npm i erela.js-facebook

Weekly Downloads

460

Version

1.0.4

License

ISC

Unpacked Size

18.3 kB

Total Files

7

Last publish

Collaborators

  • spiderjockey02