
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@kelvdra/scraper
Advanced tools
🔗 Powerful, Sleek, and Simple Media Downloader API by Kelvdra
✨ Auto-updating system on error fixes — stay tuned for the latest features!
Install via npm:
npm install @kelvdra/scraper
Import in your project:
const { ytmp3, ytmp4, search, ttdl, playmp3, playmp4, pindl } = require('@kelvdra/scraper');
or
const { list } = require("@kelvdra/scraper")
to show all features
const audio = [mp3, opus, m4a, webm];
const video = [360, 480 720, 1080];
ytmp3('https://youtu.be/VIDEO_ID', 'mp3').then(console.log);
Default quality:
mp3
ytmp4('https://youtu.be/VIDEO_ID', '360').then(console.log);
Available quality:
360p-1080p
search('lofi chill mix').then(console.log);
Returns rich metadata and video suggestions.
playmp3('lagu galau').then(console.log);
playmp4('video lucu').then(console.log);
ttdl('https://www.tiktok.com/@username/video/1234567890').then(console.log);
Outputs video, audio, and thumbnail URLs.
pindl('https://pin.it/63p8EvKYl').then(console.log);
Supports both images and videos.
📚 Full docs: kelvdra scraper docs
Kelvdra
📜 License: MIT
Powered by Kelvdra System • Fast ⚡ Simple ⚙️ Efficient 🧠
FAQs
A simple scraper by kelvdra.
The npm package @kelvdra/scraper receives a total of 90 weekly downloads. As such, @kelvdra/scraper popularity was classified as not popular.
We found that @kelvdra/scraper 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.