
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Download videos from YouTube, Instagram, X (Tweeter), Pinterest and Facebook using Rapido API
Download videos from YouTube, Instagram, X (Tweeter), Pinterest and Facebook using Rapido API
npm install rapido-dl
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));
import rapidodl from 'rapido-dl';
const dl = new rapidodl();
// Use methods as shown above
Method | Description | Example URL |
---|---|---|
ytdl() | YouTube video download | https://youtu.be/... |
igdl() | Instagram video download | https://www.instagram.com/p/... |
fbdl() | Facebook video download | https://fb.watch/... |
Returns a JSON object containing video details (URL, quality options, etc.).
FAQs
Download videos from YouTube, Instagram, X (Tweeter), Pinterest and Facebook using Rapido API
The npm package rapido-dl receives a total of 2 weekly downloads. As such, rapido-dl popularity was classified as not popular.
We found that rapido-dl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.