Ask a question to get started
Enter to sendā¢Shift+Enter new line
remove_unwanted_classnames( html_content: str, unwanted_classnames: Union[List[str], Tuple[str
html_content
str
unwanted_classnames
Union[List[str], Tuple[str, ...]]
Remove unwanted classname from a given HTML content.
The original HTML content string.
A list of classnames to be removed from the HTML.