python-feedgen
python-feedgen copied to clipboard
Missing iTunes tags
Hello Lars,
there are some changes in the iTunes' RSS feed specification. According to those changes some tags are missing the in the Podcast extension:
- channel/itunes:type
- item/itunes:title
- item/itunes:episodeType
- item/itunes:episode
- item/content:encoded
Hi @leonidlezner
I'm working on a PR #97 implementing the additional tags. But I'm pretty sure that item/content:encoded is already implemented in feedgen.entry (see docs). With type="CDATA" you should get something like this:
<content:encoded><![CDATA[
Some content
]]></content:encoded>