in src/utils.py [0:0]
def clean_html(html_tag: str) -> str: pattern = r'\s*data-fathom="[^"]*"' return re.sub(pattern, '', html_tag)