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 Permalink Attribute To RSS GUID #68

Closed lkiesow closed 6 years ago

lkiesow commented 6 years ago

The isPermalink attribute can now be set using the guid() function for entries. Note that this only effects RSS feeds. This patch does not change Atom feeds in any way.

This fixes #60

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 93.303% when pulling 488f426d7feecc6725194971d87aa295f716afea on issue-60-guid-permalink-attr into 4a0a2663e90e9969f4ca5a5fbdc4a0e7cb7a0e55 on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.02%) to 93.421% when pulling 281765fefd5bd32d0df0f21a8f752a227c311e44 on issue-60-guid-permalink-attr into 8a65719dc4b330b6d3e59facbe392ef2acadea45 on master.