DEV Community

Rolan Lobo
Rolan Lobo

Posted on

I Just Made My YouTube Downloader 2x Faster πŸš€

Hey everyone,
I just finished a big performance update for my YT-Downloader project, and it’s now way faster and more reliable than before πŸš€

Here’s what changed πŸ‘‡

πŸ”§What I Improved

Faster downloads: Reduced timeouts and added parallel downloads.
Smart caching: Results are now saved, so repeated requests load almost instantly.
Better formats: Every video now downloads as a proper .mp4 (with audio!) and music as .mp3.
More compatible: Works smoothly on Windows, phones, and TVs.
Cleaner code & docs: Updated README and added full performance notes.

πŸ“ˆ Performance Gains

Task Before Now
Large video 15–30s 5–10s
Small video 5–10s 2–4s
Cached request β€” <100ms ⚑

🧠 What’s Cool

Uses H.264 + AAC for universal playback.
Automatically cleans up temp files.
Instant playback with +faststart.
Works great with yt-dlp and ffmpeg.

I also fixed the annoying β€œvideo without audio” issue β€” now every download has both 🎢πŸŽ₯

You can check it out here:
πŸ‘‰ GitHub – https://github.com/Mrtracker-new/YT-Downloader

Just clone it, run it locally, and see the difference yourself ⚑

Top comments (0)