0.0.1-security β€’ Published 9 months ago

alifx-media-downloader v0.0.1-security

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Typing SVG

npm version GitHub version npm downloads jsDelivr

GitHub contributors GitHub issues HitCount Socket Badge

Instalation :

> npm i alifx-media-downloader

Example (install)

const alif = require("alifx-media-downloader");

const videoUrl = "https://www.facebook.com/reel/1013006933531489/"; // Provide your video link.

alif.alldown(videoUrl)
  .then((data) => {
    console.log(data)
  })
  .catch((error) => {
    console.error("Error:", error.message);
  });

Usage All Media Down

support url: facebook, tiktok, twitter, instagram, youtube, pinterest, gdrive, capcut, likee, threads
note: Let me know if any of the platforms you use are missing
const {alldown} = require("alifx-media-downloader");
const url = 'url' // past url

  alldown(url).then(data => {
  console.log(data)
    });

Output Example (alldown)

{
    "developer": "π—”π—Ÿπ—œπ—™ 𝗛𝗒𝗦𝗦𝗒𝗑",
    "devfb": "https://www.facebook.com/100075421394195",
    "devwp": "wa.me/+8801615623399",
   " message": "any problem please contact me..",
    "status": true,
    "media": {
        "title": "In love, there will always be sorrow and pain \n But in the end, all that matters is a beautiful ending",
        "low": "https://www.facebook.com/reel/1013006933531489/",
        "high": "https://www.facebook.com/reel/1013006933531489/"
    }
}

WhatsApp Facebook Messenger Github

0.0.1-security

9 months ago

2.2.1

9 months ago

1.4.9

9 months ago

1.5.1

9 months ago

1.5.0

9 months ago

2.2.0

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.10

9 months ago