feat: Phase 2 discovery adapters — YouTube + Podcasts#10
Merged
bradygaster merged 1 commit intomainfrom Mar 12, 2026
Merged
Conversation
- YouTubeSourceAdapter (#5): YouTube Data API v3 with two-step search+details, quota tracking (10K units/day), YOUTUBE_API_KEY validation - PodcastSourceAdapter (#3): RSS-based podcast discovery from 6 curated .NET podcasts (.NET Rocks, Hanselminutes, etc.) with per-feed error handling All 8 discovery adapters now registered in createDefaultRegistry(). Projected signal coverage: ~82% of Aspire community conversation. Closes #3, closes #5 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 2 Source Expansion
Completes the full source coverage plan with YouTube and Podcast adapters, bringing ACCES from ~65% to an estimated ~82% signal completeness.
New Adapters
YouTube Details
Podcast Feeds
ss-parser\ dependency (no new packages)
Full Adapter Registry (8 sources)
Zero New Dependencies
Closes #3 (Podcasts), closes #5 (YouTube)