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

How to add arbitrary fields to items and the feed? #48

Closed iartarisi closed 8 years ago

iartarisi commented 8 years ago

Is there a way to add arbitrary attributes to items or the feed itself? I'm especially trying to add media tags e.g. <media:thumbnail ...>.

lkiesow commented 8 years ago

You can do that by adding your own extensions. The upcoming release will also have the possibility to add custom extensions.