lkiesow / python-feedgen

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

Making "generator" element truly optional #89

Closed mhl10 closed 4 years ago

mhl10 commented 4 years ago

It would be helpful if there were an option to exclude the generator element when creating the feed. It's currently possible to create an empty generator element, but not omit it entirely. I have no problem that the default behavior is to name feedgen as the generator; sometimes I just need to omit that element entirely for compatibility purposes.

Thanks!

lkiesow commented 4 years ago

@mhl10, can you check if pull request #90 fixes the issue for you?