Package Exports
- @neelegirly/downloader
- @neelegirly/downloader/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@neelegirly/downloader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
✨ @neelegirly/downloader
Soft-glow Media-Downloader für TikTok, Instagram, YouTube, Spotify, SoundCloud, Threads & mehr
Release 0.1.65 · Hero image live · Promise-basiert · leichtgewichtig · botfreundlich
💖 Warum dieses Paket?
@neelegirly/downloader bündelt kleine, direkte Download- und Search-Helper in einer API, die sich super für Bots, Utilities und Automationen eignet.
Wenn du Links schnell auflösen oder Medien-Infos in Kommandos weiterreichen willst, ist das hier die süße kleine Abkürzung.
🌈 Glow-Highlights
- 📸 Hero-Bild jetzt sichtbar auf GitHub und npm
- ⚡ Promise-basierte Einzeiler für Bot-Commands
- 🎧 Download- und Search-Endpoints in einem Paket
- 🫧 Konsistente Fallback-Antworten statt harter Crashes
- 🧁 Perfekt für Onimai, Darkbot und andere Media-Workflows
📦 Installation
npm install @neelegirly/downloader@0.1.65 --save-exact🚀 Quickstart
const { instagram, tikdown, alldown, spotifySearch } = require('@neelegirly/downloader')
async function demo() {
const insta = await instagram('https://www.instagram.com/p/example/')
console.log('Instagram:', insta)
const tiktok = await tikdown('https://vm.tiktok.com/example/')
console.log('TikTok:', tiktok)
const mixed = await alldown('https://example.com/media-link')
console.log('AllDown:', mixed)
const tracks = await spotifySearch('lofi anime', 3)
console.log('Spotify Search:', tracks)
}
demo().catch(console.error)🧩 Verfügbare Helper
| Helper | Zweck |
|---|---|
ndown(url) |
generischer Download-Endpunkt |
instagram(url) |
Instagram-Links auflösen |
tikdown(url) |
TikTok-Downloads |
ytdown(url) |
YouTube-Downloads |
threads(url) |
Threads-Links auflösen |
twitterdown(url) |
Twitter/X-Medien laden |
fbdown2(url, key) |
Facebook-Downloads |
GDLink(url) |
Google-Drive-Dateien auflösen |
pintarest(url) |
Pinterest-Downloads |
capcut(url) |
CapCut-Links auflösen |
likee(url) |
Likee-Downloads |
alldown(url) |
universeller Multi-Downloader |
spotifySearch(name, limit) |
Spotify-Suche |
soundcloudSearch(name, limit) |
SoundCloud-Suche |
spotifyDl(url) |
Spotify-Download-Metadaten |
soundcloud(url) |
SoundCloud-Download |
terabox(url) |
Terabox-Links auflösen |
🌐 Unterstützte Plattformen
- TikTok
- YouTube
- Threads
- Twitter / X
- CapCut
- Likee
- Google Drive
- Spotify
- SoundCloud
- Terabox
⚠️ Verhalten bei Fehlern
Das Paket ist bewusst bot-freundlich gehalten: Wenn ein Upstream-Endpunkt fehlschlägt, wird ein Objekt wie dieses zurückgegeben, statt direkt einen Fehler zu werfen:
{
developer: 'MOHAMMAD NAYAN',
status: false,
msg: 'Instagram API error'
}Das macht Retry-Logik, Fallbacks und Logging in Bots deutlich entspannter.
📝 Release Notes 0.1.65
- Hero-Bild im README ergänzt
- README visuell stärker im Glow-up-Stil überarbeitet
- npm- und GitHub-Präsentation auf denselben Look gebracht
- bereit für frische Reinstalls in Onimai und Darkbot
💫 Support
- npm:
@neelegirly/downloader - GitHub:
neelegirly/downloader - Issues:
neelegirly/downloader/issues
Stay cute, ship fast, download smarter. 🌸