Skip to content
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

Choose a tag to compare

@LattifaiHQ LattifaiHQ released this 09 Dec 05:38
· 540 commits to main since this release

πŸŽ‰ 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