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

Make Generator Optional (Atom) #90

Closed lkiesow closed 4 years ago

lkiesow commented 4 years ago

This patch makes the field generator optional in Atom, allowing to set an empty string to disable the element in the same way it is disabled in RSS already:

 # disable generator element
 fg.generator('')

This fixes #89

mhl10 commented 4 years ago

@lkiesow sorry for the delay getting back to you. This looked good -- thank you!

lkiesow commented 4 years ago

I'll probably bring out a new release tomorrow which will include the fix.