rana-media-downloader
v1.1.0
Published
Fetch Url Downloads From Instagram & Facebook & TikTok & YouTube & Twitter & Google Drive & Pintarest & likee & threads
Downloads
448
Maintainers
Readme
Instalation :
> npm i rana-media-downloader
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("rana-media-downloader");
const url = 'url' // past url
alldown(url).then(data => {
console.log(data)
});
Output Example (alldown)
{
"developer": "MOHAMMAD RANA",
"devfb": "https://www.facebook.com/rana.is.busy.okay",
"devwp": "wa.me/+8801752865115",
"status": true,
"media": {
"title": "video title",
"low": "normal video link",
"high": "hd video link"
}
}