svpino / rfeed

Extensible RSS 2.0 Feed Generator written in Python
MIT License
185 stars 41 forks source link

not using tag "<itunes:order>" breaks rss feed validator #18

Closed cphouser closed 4 years ago

cphouser commented 4 years ago

the iTunesItem publish method will always include the tag with a string representation of the attribute value (default: None). This is inappropriate for an optional tag because "None</itunes:order>" breaks the w3c rss feed validator.