YTSage 5.0.9b - Beta Release
Please report any issues you encounter on the GitHub Issues page.
Downloads
| Platform | File | Notes |
|---|---|---|
| YTSage-v5.0.9b-ffmpeg-Setup.exe | With FFmpeg bundled | |
| YTSage-v5.0.9b-Setup.exe | Standard installer | |
| YTSage-v5.0.9b-ffmpeg-portable.zip | Portable with FFmpeg, zipped | |
| YTSage-v5.0.9b-portable.zip | Portable version, no installation required | |
| YTSage-v5.0.9b-amd64.deb | Debian package | |
| YTSage-v5.0.9b-x86_64.AppImage | AppImage, portable | |
| YTSage-v5.0.9b-x86_64.flatpak | Flatpak Bundle | |
| YTSage-v5.0.9b-x86_64.rpm | RPM package | |
| YTSage-v5.0.9b-arm64.dmg | Disk image installer for Apple Silicon | |
| YTSage-v5.0.9b-arm64.app.zip | Zipped application for Apple Silicon | |
| ytsage-5.0.9b-py3-none-any.whl | Python Wheel | |
| ytsage-5.0.9b.tar.gz | Source Distribution |
✨ Features
- Added "Remember cookie settings on next startup" option in Custom Options > Login with Cookies to persist login cookies across sessions. #93 thanks to (@avtandil33)
🔧 Improvements
- Handled private video edge cases gracefully by showing a user-friendly error dialog directing them to use the Custom Options cookie settings instead of raw yt-dlp technical errors.
🐛 Bug Fixes
- Fixed an issue in playlist mode where selecting the highest quality often caused subsequent videos to fail or download in low quality. The application now dynamically determines the best available format for each individual video in the playlist up to the specified resolution. #86 thanks to (@j1aaar)