1.0.10 • Published 5 months ago

@kelvdra/scraper v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

⚙️ Installation

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

📁 Features & Usage

🎧 YouTube Audio Downloader

ytmp3('https://youtu.be/VIDEO_ID', '128').then(console.log);

Default quality: 128 kbps


📹 YouTube Video Downloader

ytmp4('https://youtu.be/VIDEO_ID', '360').then(console.log);

Available quality: 360p - 1080p


🔍 YouTube Search

search('lofi chill mix').then(console.log);

Returns rich metadata and video suggestions.


🎵 PlayMP3 & PlayMP4

playmp3('lagu galau').then(console.log);
playmp4('video lucu').then(console.log);

📲 TikTok Downloader

ttdl('https://www.tiktok.com/@username/video/1234567890').then(console.log);

Outputs video, audio, and thumbnail URLs.


📌 Pinterest Media Downloader

pindl('https://pin.it/63p8EvKYl').then(console.log);

Supports both images and videos.


📦 Available Qualities

const audio = [128];
const video = [360, 720];

🧠 Documentation

📚 Full docs: kelvdra scraper docs


🤝 Stay Connected


🧑‍💻 Author & License

Kelvdra
📜 License: MIT