YTSage 5.0.4b - Beta Release
Please report any issues you encounter on the GitHub Issues page.
Install via PyPI:
pip install ytsageUpgrade to the latest version:
pip install --upgrade ytsageDownloads
| Platform | File | Notes |
|---|---|---|
| YTSage-v5.0.4b-ffmpeg-Setup.exe | With FFmpeg bundled | |
| YTSage-v5.0.4b-Setup.exe | Standard installer | |
| YTSage-v5.0.4b-ffmpeg-portable.zip | Portable with FFmpeg, zipped | |
| YTSage-v5.0.4b-portable.zip | Portable version, no installation required | |
| YTSage-v5.0.4b-amd64.deb | Debian package | |
| YTSage-v5.0.4b-x86_64.AppImage | AppImage, portable | |
| YTSage-v5.0.4b-x86_64.flatpak | Flatpak Bundle | |
| YTSage-v5.0.4b-x86_64.rpm | RPM package | |
| YTSage-v5.0.4b-arm64.dmg | Disk image installer for Apple Silicon | |
| YTSage-v5.0.4b-arm64.app.zip | Zipped application for Apple Silicon | |
| ytsage-5.0.4b-py3-none-any.whl | Python Wheel | |
| ytsage-5.0.4b.tar.gz | Source Distribution |
🚀 New Features
- Concurrent Connections: Boost download speeds by downloading multiple video fragments concurrently (resolves #87) thanks to (@iShoaibMughal) Configurable via Download Settings.
🔧 Improvements
- Implemented safe defaults for concurrent connections (default:
1) to preventHTTP 429 Too Many Requestserrors or IP blocks across platforms. - Added full UI localization for the new Concurrent Connections setup across all 14 supported languages.
- Updated main and translated README files to detail the new multithreaded download feature.
🐛 Bug Fixes
- Fixed an issue where the user interface remained locked and grayed out after cancelling a download due to missing signals.