v3.20.0

xorbitsai/inferencev3.20.0Nov 22, 2025by aandrew-me

AI Summary

This major release introduces significant enhancements to the YouTube downloading functionality, including new runtime support, custom configuration options, and UI improvements.

Key Highlights

  • Added JS runtime support (Node.js) for yt-dlp stability
  • Added download history tracking
  • Added support for custom yt-dlp arguments
  • Added custom built FFmpeg and FFprobe

New Features

  • Download history
  • JS runtime support (Node.js binary) for yt-dlp
  • Range selection slider
  • Progress indicators for downloads, updates, and app updates
  • Translation updates and new languages
  • Custom built FFmpeg and FFprobe for Windows and Linux
  • Support for custom yt-dlp arguments
  • Display of approximate file sizes
  • Improved user interface
  • Major code refactoring

Full Release Notes

- Added download history. (Thanks to [Abhinav](https://github.com/abhixdd))
- Added JS runtime support as per new `yt-dlp` [requirements](https://github.com/yt-dlp/yt-dlp/issues/15012). The app will now ship with a nodejs binary. Youtube downloads should be more stable.
- Added slider for range selection.
- Added progress for `yt-dlp` download, update and app update.
- Translation updates, added new languages.
- Added custom built ffmpeg, ffprobe for Windows and Linux builds.
- Added support to add custom yt-dlp arguments. [More here](https://github.com/aandrew-me/ytDownloader/wiki/Custom-yt%E2%80%90dlp-options).
- Fixed incorrect resolution downloads for playlists.
- Added showing approximate file sizes when possible.
- Improved user interface.
- Minor bug fixes.
- Major code refactoring.