npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

ab-downloader

v2.0.0

Published

Social Media Downloader by AbroDevTeam

Readme

🚀 AB-DOWNLOADER

Typing SVG

🎯 Universal Media Downloader

Download high-quality content from Instagram, TikTok, Spotify, Threads, and 15+ other platforms!

npm version downloads license GitHub stars


📦 Installation

Install the package via npm:

npm install ab-downloader

Zero Python configuration required. Works out of the box with Node.js.


🎨 Supported Platforms

| Platform | Status | Function Call | Features | |----------|--------|---------------|----------| | 📸 Instagram | ✅ Active | igdl | Posts, Stories, Reels | | 🎵 TikTok | ✅ Active | ttdl / tiktok | Videos, Audio, No Watermark | | 🎧 Spotify | ✅ Active | spotify | Tracks, Metadata, Formats | | 🧵 Threads | ✅ Active | threads | Videos, Images | | ☁️ SoundCloud | ✅ Active | soundcloud | Audio Tracks, MP3 | | 📕 RedNote (XHS)| ✅ Active | rednote / rednoteProfile| Media, User Profiles | | 🎬 YouTube | ✅ Active | youtube | Videos, MP3, MP4 | | 📘 Facebook | ✅ Active | fbdown | HD & SD Videos | | 🐦 Twitter / X | ✅ Active | twitter | Videos, Images | | 📌 Pinterest | ✅ Active | pinterest | Images, Search | | 🎬 CapCut | ✅ Active | capcut | Templates | | 📁 MediaFire | ✅ Active | mediafire | Direct Downloads | | 💾 Google Drive| ✅ Active | gdrive | Public Files | | 🎵 Douyin | ✅ Active | douyin | Videos, Thumbnails | | 🤣 Cocofun | ✅ Active | cocofun | Videos, No Watermark | | 🍿 SnackVideo | ✅ Active | snackvideo | Videos, Interaction Stats | | 🎬 Kuaishou | ✅ Active | kuaishou | Videos, Metadata | | 🔄 AIO | 🔧 Maint. | aio | Universal Downloader |


🚀 Usage Examples

Import the required functions from the package and pass in the URL you want to download from.

const { spotify } = require('ab-downloader');

spotify('[https://open.spotify.com/track/3zakx7RAwdkUQlOoQ7SJRt](https://open.spotify.com/track/3zakx7RAwdkUQlOoQ7SJRt)')
  .then(data => console.log('✅ Spotify track info:', data))
  .catch(err => console.error('❌ Error:', err));
const { igdl } = require('ab-downloader');

igdl('[https://www.instagram.com/reel/DKPtUL_S9Nh/](https://www.instagram.com/reel/DKPtUL_S9Nh/)')
  .then(data => console.log('✅ Instagram media:', data))
  .catch(err => console.error('❌ Error:', err));
const { tiktok } = require('ab-downloader');

tiktok('[https://www.tiktok.com/@username/video/1234567890](https://www.tiktok.com/@username/video/1234567890)')
  .then(data => console.log('✅ TikTok media:', data))
  .catch(err => console.error('❌ Error:', err));
const { threads } = require('ab-downloader');

threads('[https://www.threads.net/@user/post/12345](https://www.threads.net/@user/post/12345)')
  .then(data => console.log('✅ Threads media:', data))
  .catch(err => console.error('❌ Error:', err));
const { soundcloud } = require('ab-downloader');

soundcloud('[https://soundcloud.com/artist/track-name](https://soundcloud.com/artist/track-name)')
  .then(data => console.log('✅ SoundCloud audio:', data))
  .catch(err => console.error('❌ Error:', err));
const ab = require('ab-downloader');

// YouTube
ab.youtube('[https://youtube.com/watch?v=C8mJ8943X80').then(console.log](https://youtube.com/watch?v=C8mJ8943X80').then(console.log));

// Twitter
ab.twitter('[https://twitter.com/username/status/123456789').then(console.log](https://twitter.com/username/status/123456789').then(console.log));

// Facebook
ab.fbdown('[https://www.facebook.com/watch/?v=1393572814172251').then(console.log](https://www.facebook.com/watch/?v=1393572814172251').then(console.log));

// Pinterest Search
ab.pinterest('Nature Photography').then(console.log);

📖 Documentation

🔗 Complete API Documentation

Detailed guides, expected JSON schemas, and advanced API references.


⚠️ Important Notes

🔒 Legal & Ethical Use

  • ✅ Only download public or accessible content.
  • ✅ Ensure you have permission or copyright to download media.
  • ✅ Respect platform terms of service.
  • ❌ This application is not affiliated with any social media platform.

🛡️ Disclaimer

Users are responsible for complying with applicable laws and platform policies when using this downloader. The developers assume no liability for misuse.


🤝 Contributing

🐛 Found a Bug or Want a Feature?

  1. Reach out to the Lead Developer on Telegram: @abrocodes
  2. Submit an issue on the GitHub repository with a detailed description.
  3. Include error logs and reproduction steps if applicable.

📄 License

AB-Downloader is open-source software licensed under the MIT License.

Feel free to use, modify, and distribute this software.


🌟 Star this repo if you found it helpful!

GitHub stars


Maintained with ❤️ by AbroCodes & The AbroDev Team