You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.