An unofficial instagram downloader scraper for download videos and images using instagram link.
npm install @mrnima/instagram-downloader
or
yarn add @mrnima/instagram-downloader
const { instagramDownload } = require("@mrnima/instagram-downloader");
Download tiktok video link.
async function TEST(){
const result = await instagramDownload("https://www.instagram.com/p/C2Uo9r9BLnF/?igsh=MWhwZjQ3ZjR5bXdqbw==");
console.log(result)
}
TEST()
{
"creator": "MR NIMA",
"status": true,
"result": [
{
"type": "image",
"link": "https://tmpfiles.org/dl/14422568/mrnima-temporary-uploader.jpg"
}
]
}
If you have any feedback, please reach out to us at queenelisa.bot@gmail.com