This commit is contained in:
Aravind Karnam 2025-04-03 17:42:24 +05:30
parent 73fda8a6ec
commit 4133e5460d

View File

@ -1605,7 +1605,7 @@ class LXMLWebScrapingStrategy(WebScrapingStrategy):
# Remove empty elements
self.remove_empty_elements_fast(body, 1)
# Remvoe unneeded attributes
# Remove unneeded attributes
self.remove_unwanted_attributes_fast(
body, keep_data_attributes=kwargs.get("keep_data_attributes", False)
)