RSSanitizer proxies an RSS feed while performing on the fly sanitization of the text in the feed.
The W&W Rave Culture Radio podcast includes HTML entities which violate the XML specification. This causes my podcast player (Pocket Casts) from parsing the feed and downloading new episodes.
Running the application will automatically create an rss.xml web endpoint which returns the sanitized podcast feed.
Open in VSCode, then run flask run --reload
The webapp will be available at localhost:5000