Skip to content

v0.11.0 - YouTube Improvements

Choose a tag to compare

@github-actions github-actions released this 14 Feb 09:05
· 30 commits to master since this release
v0.11.0
ef09b83

Added

  • YouTube cookies-from-browser: New config option youtube_cookies_from_browser to extract cookies directly from browser (e.g., chrome, firefox:default, chrome+gnomekeyring:Profile1).
  • Cookie file support: Wired up existing youtube_cookie_file config option (was dead code).
  • CI improvements: CI now installs all optional dependencies for better test coverage.

Changed

  • Consolidated ydl_opts: Created shared audiorag.source.ydl_utils module to consolidate yt-dlp option building (was duplicated in pipeline.py and discovery.py).

Fixed

  • Type safety: Resolved pre-existing type errors in weaviate.py, assemblyai.py, groq.py, and cohere.py exposed by full dependency installation.