Paste a link, get the media back. Downloads run async with per-user rate limiting; a task queue keeps the bot responsive when several links arrive at once.
Highlights
Async downloads
Non-blocking fetch keeps the event loop free.
Rate limiting
Per-user throttling protects the bot.
Queue-backed
A task queue absorbs traffic spikes.
Stack