private-podcast-feed
Publishes a private MP3+RSS feed for self-subscription in Overcast (or any
podcast client). "Private" means URL obscurity via token prefix and
itunes:block=Yes to keep it out of public indexes. Not cryptographic access
control — the feed URL is the only secret.
1. podcast@2.0.1 Named Export
Use the named export — the default export does not work:
import { podcast } from "podcast"; // ✅ named — correct
import podcast from "podcast"; // ❌ defaul
[Description truncada. Veja o README completo no GitHub.]