New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fbdown

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

fbdown

Scrap data from a Facebook video downloader and get direct info & url links from your Facebook video

unpublished
latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Facebook Video Downloader Scrapper

Scrap data from a Facebook video downloader and get direct info & url links from your Facebook video

Install

npm install fbdown

Changelog

  • v3.0.0

    • Fix Bugs.

Usage

const fbdown = require('fbdown');

const link = "https://m.facebook.com/story.php?story_fbid=pfbid02tLvj3Z7nepbxPWETCoZuigV3pVCSQWbxUUMMsJ3AwLQvnJ6MwnyGh2XVuECone25l&id=100082950226013&mibextid=Nif5oz";

fbdown(link)
  .then((res) => {
    console.log(res);
  })
  .catch((err) => {
    console.error(err);
  });

Issues & Contact

  • Create issue session in Github Repo

  • You can reach me on Telegram

Thanks for using my module, Hope you forgive me if it shows an error, because I'm newbie at this :>

Keywords

fbdown

FAQs

Package last updated on 19 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts