I want to replace a whole code structure using bs4, I have a source html and a target html
t_soup = BeautifulSoup(target_html, \'html.parser\') s_soup = Beautiful