- Does it support Atom feeds?
- Yes — both RSS 2.0 and Atom 1.0. The output schema is normalized (title, link, date, content, author) so both sources produce the same shape.
- What about iTunes / podcast namespaces?
- Preserved under a `itunes` key in each item. Podcast-specific fields (duration, episode number) surface there.
- How is the date formatted?
- ISO 8601 by default. Original `pubDate` strings are parsed across common formats (RFC 822, RFC 3339, varied regional). Bad dates fall back to the raw string with a warning.
- Does it fetch the feed or only parse pasted XML?
- Paste-only. To fetch feeds live, use a CORS-enabled proxy or server-side code.