Python HTML sanitizer / scrubber / filter
- by Everett Toews
Does anyone have experience using a Python HTML sanitizer / scrubber / filter?
I'm looking for a module that will remove any HTML tags from a string that are not found in a whitelist. Of course I've Googled it but haven't found anything definitive.
Thanks,
Everett