v3.20.0

SamsungSAILMontreal/TinyRecursiveModelsv3.20.0Nov 22, 2025by aandrew-me

AI Summary

A major update introducing Node.js runtime support for download stability, download history, progress tracking, and custom yt-dlp arguments.

Key Highlights

  • Added Node.js runtime for improved YouTube download stability.
  • Added download history and progress tracking for downloads and updates.
  • Added custom yt-dlp arguments and custom FFmpeg binaries.
  • Improved user interface and added new languages.

New Features

  • Download history
  • JS runtime support
  • Range selection slider
  • Download progress tracking
  • Custom yt-dlp arguments
  • Custom built ffmpeg/ffprobe
  • Approximate file size display
  • UI improvements

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.