Massage with BeatifulSoup or clean with Regex
- by Mridang Agarwalla
Could someone tell me whats a better way to clean up bad HTML so BeautifulSoup can handle it - should one use the massage methods of BeautifulSoup or clean it up using regular expressions?
Thanks.