tobinus / python-podgen

Generating podcasts with Python should be easy!
https://podgen.readthedocs.org
Other
51 stars 10 forks source link

HTML is now permitted in channel descriptions #121

Open hackingthegibson opened 3 years ago

hackingthegibson commented 3 years ago

Apple added HTML to channel descriptions

I made some changes in my local copy of the pip install of podgen. I added an if statement that does a re.search() for a closing html tag and if that exists it uses CDATA for the description and otherwise acts as before. This appears to work as intended and has been working or failing cleanly in all of app my testing.

I can create a pull request, but I've been living under a rock for like 15 years and never really learned version control. You'll have to bear with the fact that I've never made a contrib before.