This repository was archived by the owner on Sep 21, 2026. It is now read-only.
LattifAI Python v1.0.4 is a patch release that fixes YouTube download issues
π Overview
LattifAI Python v1.0.4 is a patch release that fixes YouTube download issues in CI environments and improves test reliability.
π Bug Fixes
CI/CD Improvements
Fixed YouTube download issues in GitHub Actions CI:
- Chromium Installation: Added Chromium browser installation to support yt-dlp cookie extraction
- Browser Environment: Created minimal Chrome profile directory for yt-dlp compatibility
- yt-dlp Dependencies: Upgraded to full yt-dlp installation with all optional dependencies
- Error Handling: Improved error tolerance for YouTube downloads in CI environments
Impact:
- β CI tests now handle YouTube download restrictions gracefully
- β JavaScript runtime requirements resolved with Node.js 20
- β Better error messages when YouTube downloads fail in automated environments
- β Conditional test execution based on download success
Test Reliability
- YouTube Test: Made YouTube download tests non-blocking in CI to handle platform restrictions
- Caption Conversion: Only tests caption conversion when download succeeds
- Error Messages: Clear warnings when YouTube downloads fail in CI