lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
713 stars 123 forks source link

Missing iTunes tags #96

Closed leonidlezner closed 7 months ago

leonidlezner commented 4 years ago

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:

olikami commented 4 years ago

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>