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

Add Source Element to Feed Entries #80

Closed lkiesow closed 6 years ago

lkiesow commented 6 years ago

This patch implements the source element for feed entries/items. Note that only the set of RSS elements (URL and title) are implemented right now. ATOM supports additional elements which cannot be set at the moment.

This fixes #79

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.06%) to 93.367% when pulling c6c7165a97fef4b2c9212640851ef227740b76b7 on 79-sourece-elem into 1b301f67adf4e2f0367579a6c41f72ee524b9380 on master.