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

Allow integer to be used for enclosure length #129

Closed lkiesow closed 7 months ago

lkiesow commented 7 months ago

This patch allows integer to be used for specifying the enclosure length instead of just allowing string values. This is certainly the more natural choice for something representing a number.

With this patch string values will continue to work.

This fixes #104