Socket
Book a DemoInstallSign in
Socket

all-downloader

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-downloader

Download your favorite videos from online websites with ease

1.0.2-alpha
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

All Downloader

GitHub package.json version (branch) GitHub Issues or Pull Requests GitHub Actions Workflow Status NPM Last Update

A simple library for downloading video metadata from various popular platforms such as YouTube, Instagram, Facebook, TikTok, and Vimeo using the SnapDownloader API.

Features

  • Supports a wide range of video platforms
  • Built with TypeScript and supports full type definitions
  • Compatible with ESM, CommonJS, and IIFE module formats
  • Includes auto-generated API documentation via GitHub Pages

Installation

Install via npm or yarn:

npm install all-downloader

or

yarn add all-downloader

or

bun add all-downloader

Usage

CommonJS (Node.js)

const allDownloader = require("all-downloader");

async function run() {
  const result = await allDownloader.parse("https://www.instagram.com/p/DJo8XJnRr2j/");
  console.log(result);
}

run();

ES Modules / TypeScript

import { parse } from "all-downloader";

async function run() {
  const result = await parse("https://www.instagram.com/p/DJo8XJnRr2j/");
  console.log(result);
}

run();

API Documentation

Detailed API reference is available at:

https://decryptable.github.io/all-downloader

This documentation is automatically generated using JSDoc.

Scripts

npm run build     # Build the library using tsup
npm run test      # Run tests using Jest

Keywords

instagram

FAQs

Package last updated on 28 May 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.