Socket
Book a DemoInstallSign in
Socket

rapido-dl

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapido-dl

Download videos from YouTube, Instagram, X (Tweeter), Pinterest and Facebook using Rapido API

1.0.0-beta
latest
daikirapido
Source
npmnpm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

rapido-downloader

Download videos from YouTube, Instagram, X (Tweeter), Pinterest and Facebook using Rapido API

Installation

npm install rapido-dl

Usage

JavaScript (CommonJS)

const rapidodl = require('rapido-dl');  
const dl = new rapidodl();  

// YouTube  
dl.ytdl('https://youtu.be/VIDEO_ID')  
  .then(data => console.log(data))  
  .catch(err => console.error(err));
 // Pinterest 
dl.pindl('https://pin.it/ID')  
  .then(data => console.log(data))  
  .catch(err => console.error(err)); 
  // X or Tweeter 
 dl.xdl('https://x.com/@user/id')  
  .then(data => console.log(data))  
  .catch(err => console.error(err)); 
// Threads
dl.threadsdl('https://threads.com/@user/id')  // idk??? 
  .then(data => console.log(data))  
  .catch(err => console.error(err)); 

// Instagram  
dl.igdl('https://www.instagram.com/p/POST_ID/')  
  .then(data => console.log(data))  
  .catch(err => console.error(err));  

// Facebook  
dl.fbdl('https://fb.watch/VIDEO_ID/')  
  .then(data => console.log(data))  
  .catch(err => console.error(err));  

TypeScript / ES Modules

import rapidodl from 'rapido-dl';  
const dl = new rapidodl();  

// Use methods as shown above  

API Methods

MethodDescriptionExample URL
ytdl()YouTube video downloadhttps://youtu.be/...
igdl()Instagram video downloadhttps://www.instagram.com/p/...
fbdl()Facebook video downloadhttps://fb.watch/...

Response Format

Returns a JSON object containing video details (URL, quality options, etc.).

Keywords

youtube

FAQs

Package last updated on 20 Jun 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.