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

'FeedEntry' object has no attribute 'source' #79

Closed nicostuhlfauth closed 6 years ago

nicostuhlfauth commented 6 years ago

As the source attribute is part of the RSS 2.0 specification, please implement fe.source(...)

http://www.rssboard.org/rss-specification#ltsourcegtSubelementOfLtitemgt

lkiesow commented 6 years ago

Seems like I just forgot about source when I originally implemented the lib. Can you check if #80 does fix the issue for you?

nicostuhlfauth commented 6 years ago

Thanks, it works pretty well for me 🎉

lkiesow commented 6 years ago

Great. I've merged the patch and it will be part of the next release which I'll probably delay a few weeks if it's not urgent due to the usual problem… lack of time