kurtmckee / feedparser

Parse feeds in Python
https://feedparser.readthedocs.io
Other
1.94k stars 342 forks source link

Fix incorrect passing of flags to re.sub #389

Closed hauntsaninja closed 1 year ago

hauntsaninja commented 1 year ago

This is a common mistake, see https://github.com/python/cpython/issues/99918#issuecomment-1333382582

kurtmckee commented 1 year ago

Thank you for fixing this! ❤️