YTSage 5.0.10b - Beta Release
Please report any issues you encounter on the GitHub Issues page.
Downloads
| Platform | File | Notes |
|---|---|---|
| YTSage-v5.0.10b-ffmpeg-Setup.exe | With FFmpeg bundled | |
| YTSage-v5.0.10b-Setup.exe | Standard installer | |
| YTSage-v5.0.10b-ffmpeg-portable.zip | Portable with FFmpeg, zipped | |
| YTSage-v5.0.10b-portable.zip | Portable version, no installation required | |
| YTSage-v5.0.10b-amd64.deb | Debian package | |
| YTSage-v5.0.10b-x86_64.AppImage | AppImage, portable | |
| YTSage-v5.0.10b-x86_64.flatpak | Flatpak Bundle | |
| YTSage-v5.0.10b-x86_64.rpm | RPM package | |
| YTSage-v5.0.10b-arm64.dmg | Disk image installer for Apple Silicon | |
| YTSage-v5.0.10b-arm64.app.zip | Zipped application for Apple Silicon | |
| ytsage-5.0.10b-py3-none-any.whl | Python Wheel | |
| ytsage-5.0.10b.tar.gz | Source Distribution |
✨ Features
- Enhanced "Save Playlist As" functionality: Exported
.txtand.csvfiles now include the video index and duration (e.g.,1. Video Name [05:20]), matching the Select Videos UI. #97 thanks to (@avtandil33)
🔧 Improvements
- Smart Filename Templates: The app now automatically cleans up playlist-specific variables (like
%(playlist_index)s) from filenames when downloading single videos, preventing "NA" prefixes. #96 thanks to (@avtandil33)
🐛 Bug Fixes
- Fixed Subtitle Selection logic: The app now only downloads auto-generated subtitles if they are explicitly selected, preventing unwanted caption files.
- Fixed a UI issue where the selected subtitle counter would incorrectly reset to "0" after an analysis despite default languages being auto-selected. #95 thanks to (@avtandil33)