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

Properly Parse text/xml #91

Closed lkiesow closed 4 years ago

lkiesow commented 4 years ago

This patch fixes the problem that content with the MIME type text/xml is accidentally treated as text rather than as XML.