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

Support setting entry title type and using it for Atom feeds. #137

Open sethoscope opened 4 months ago

sethoscope commented 4 months ago

Hello! Thanks for your work! I needed to set the type of Atom feed entry titles, as allowed by the spec. This patch enables that. I'm not sure if this is how you'd approach it, but it's simple and it works. I've tested my changes and ran the module tests.