Directory lists the feeds inside an OPML, not the OPML

Popular still counts an OPML as one feed, since everyone subscribed to it
counts for every feed inside and they would bury the rest. The directory is
for finding a show, so it lists them one by one and never the OPML. A feed
inside an OPML that looks private is hidden with it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TAC7sLVqfKmY6rsTLXzNgk
This commit is contained in:
2026-09-12 02:26:52 +00:00
parent 2af57065c6
commit 457a58dcc5
6 changed files with 55 additions and 30 deletions

View File

@@ -10,6 +10,11 @@ The long form, with what was wrong before and how it was found, is in
## [Unreleased]
### Changed
- Directory lists the feeds inside an OPML one by one, and no longer the OPML itself, so you can
subscribe to just the shows you want. Popular still counts an OPML as one feed.
## [0.5.1] - 2026-09-12
### Fixed