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
Issue #43: youtube_format applied during playlist discovery: Skip yt-dlp options during metadata-only extraction to prevent format errors when discovering playlists with youtube_format config set.
Issue #41: Redundant YouTube discovery calls: Cache metadata during discovery and pass to pipeline to avoid redundant yt-dlp network calls when indexing each video in a playlist.
Breaking
discover_sources() returns rich objects: Now returns list[DiscoveredSource] with url and metadata fields instead of plain strings. This enables metadata caching.
Added discover_source_urls() convenience function for backward compatibility when only URLs are needed.