Skip to content

Tag: beautifulsoup

Using Decompose to remove empty tag

I am trying to search for emails in HTML elements. I want to run the code so that when there are no emails found in the HTML, to search in another element in the HTML and in the end if it is not found to set email as “N/A”. I am new to writing code and I am trying to