Phase 4: RSS feed generation #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build the feed.xml writer: RSS 2.0 + iTunes namespace XML from ChannelInfo and Episode data, enclosure URL construction, MIME type mapping, and artwork linking.
Findings: existing ChannelInfo (title, genre), EpisodeInfo (title, plot, aired, runtime, original_url), and Episode (audio_path, date, title, info) dataclasses are all the inputs needed. lxml is already a dependency and is the right choice for XML generation (nsmap support, clean iTunes namespace declarations).
Plan of attack: