svpino / rfeed

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

add support for passing short_empty_elements to rss() #23

Open alien8ion opened 2 years ago

alien8ion commented 2 years ago

This will allow a user to pass the 'short_empty_elements' argument to feed.rss() and pass it through to the XMLGenerator.

It's simple, but I think fairly useful.