← بلاگ پر واپس
یہ مضمون فی الحال صرف انگریزی میں دستیاب ہے۔
Blog

Arroxy May 2026: what shipped, what's next

شائع شدہ · از Antonio Orionus

Short note on what shipped in Arroxy over the past month, plus what’s next. Arroxy is a free, open-source desktop YouTube downloader built on yt-dlp; this is what’s changed lately.

Released this month

yt-dlp keeps shipping fixes

Arroxy auto-fetches the latest yt-dlp binary at runtime. That matters because YouTube and other supported sites keep changing their extraction surfaces, and yt-dlp’s maintainers ship fixes within hours.

In practice this means: when YouTube changes something — a new player version, a tweaked nsig algorithm, a renamed signature — yt-dlp’s nightly build picks it up first, and your installed Arroxy fetches it the next time you start the app. You don’t have to wait for an Arroxy app release.

This is also why we bundle ffmpeg + ffprobe at build time but don’t bundle yt-dlp. ffmpeg’s API is stable and its codec semantics don’t change between releases on a useful timescale; yt-dlp’s extractor logic changes daily. Mixing those two cadences into a single Arroxy release would either slow ffmpeg fixes down or force yt-dlp updates to wait on a full app build.

What’s next

Track everything on GitHub Issues and Releases.

← بلاگ پر واپس