
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@xaviabot/fb-downloader
Advanced tools
and
FB Downloader is a simple JavaScript package which provides a facility to download videos form Facebook in available quality
It is open source with a public repository on GitHub.
You can install this package via below command
npm i @xaviabot/fb-downloader
import getFBInfo from "@xaviabot/fb-downloader";
// OR
const getFBInfo = require("@xaviabot/fb-downloader");
getFBInfo("https://www.facebook.com/watch?v=272591278381388")
.then((result) => console.log("Result:", result))
.catch((error) => console.log("Error:", error));
// OR
async function printFBInfo() {
try {
const result = await getFBInfo(
"https://www.facebook.com/watch?v=272591278381388"
);
console.log("Result:", result);
} catch (error) {
console.log("Error:", error);
}
}
printFBInfo();
const cookies = "your-facebook-cookies";
const userAgent = "your-user-agent";
getFBInfo(
"https://www.facebook.com/watch?v=272591278381388",
cookies,
userAgent
)
.then((result) => console.log("Result:", result))
.catch((error) => console.log("Error:", error));
{
"url": "https://www.facebook.com/watch?v=272591278381388",
"sd": "https://video.fudr3-1.fna.fbcdn.net/v/t42.1790-2/275801506_172276165130059_885167449675909210_n.mp4?_nc_cat=104&ccb=1-5&_nc_sid=985c63&efg=eyJybHIiOjMxMSwicmxhIjo1MTIsInZlbmNvZGVfdGFnIjoic3ZlX3NkIn0%3D&_nc_ohc=APPv2eMIya0AX8rCmCw&rl=311&vabr=173&_nc_ht=video.fudr3-1.fna&oh=00_AT9_UUFN4fyEEJCeNhCy6__4rLWt6mKo49KRBN4QlVyvQA&oe=625119EC",
"hd": "https://scontent.fudr3-1.fna.fbcdn.net/v/t66.36240-6/120162803_2190017344494785_2810101870338104985_n.mp4?_nc_cat=108&ccb=1-5&_nc_sid=985c63&efg=eyJybHIiOjE1MDAsInJsYSI6MTAyNCwidmVuY29kZV90YWciOiJvZXBfaGQifQ%3D%3D&_nc_ohc=lnorxsFd2IQAX_SqjXK&rl=1500&vabr=239&_nc_ht=scontent.fudr3-1.fna&oh=00_AT85Uldp0pZ9FpbyVgfvVIyF0RgBQlrHcwEmtmKZNSERWQ&oe=6256D07D",
"title": "• Date Gone Wrong 😆😆🤦‍♂️",
"thumbnail": "https://scontent.fudr3-1.fna.fbcdn.net/v/t15.5256-10/275173684_1165104900988683_8395349523361992483_n.jpg?stp=dst-jpg_p960x960&_nc_cat=101&ccb=1-5&_nc_sid=df419e&_nc_ohc=2x6n-Qlr4fsAX_q11Ey&_nc_ht=scontent.fudr3-1.fna&oh=00_AT_u8NDG6_FTGzUGFaj27LSgRcTQpNTaR_lZcNLv329dzg&oe=62559E88"
}
FAQs
Downloads HD videos from Facebook.
The npm package @xaviabot/fb-downloader receives a total of 6,003 weekly downloads. As such, @xaviabot/fb-downloader popularity was classified as popular.
We found that @xaviabot/fb-downloader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.