v0.6.0: robust feed parsing, CN host coverage, Podcast Index support#4
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… classify, download guard Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…bug) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…tities Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… transistor Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…nt 5) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…tion) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…note Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
v0.6.0 — robust feed parsing, Chinese-market host coverage, Podcast Index support
Implements the approved design spec (
docs/superpowers/specs/2026-07-07-feed-robustness-podcastindex-design.md); built task-by-task from the committed plan with two-stage review per task.Feed parsing robustness (
core.py, still pure stdlib)<title>wins over<itunes:title>regardless of document order).<enclosure>→ audiomedia:content→ Atomlink rel="enclosure"; duplicate enclosure+media:contentitems (WavPub/Omny) yield exactly one episode.&, control chars, junk before the declaration, real UTF-16 detection (BOM + BOM-less) — CDATA-safe, unknown entities preserved, and still fails loudly on hopeless input.dc:date), incl. colon-less offsets normalized for py3.9.ximalaya.com/album/<id>links accepted directly (Ximalaya Podcast托管 RSS).text/*responses (e.g. Ximalaya CDN's 200-with-7-byte-body stale-enclosure trap) now raise instead of writing garbage audio.Podcast Index (optional, BYOK)
PODCASTINDEX_API_KEY/PODCASTINDEX_API_SECRET(free) to enrichsearch(merged + deduped with iTunes, graceful per-backend degradation) and gain a feed-resolution fallback when the iTunes lookup has no feed.Tests
Python-urllib).pytest -m networklive suite (excluded by default): all 5 pass against the real hosts.Docs
--quiet). Integrations (SKILL.md/OpenCode/Cursor) updated. Version bumped in both__init__.pyandpyproject.toml.Rebased on main after #3 (
--quiet) merged; no dependency changes (no Homebrew resource work needed).🤖 Generated with Claude Code