You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it's possible to implement this without cutting backward compatibility forever the way the library's design has turned out, but will still keep it in the open.
Generalising to the following
Find/FindAll with the option to return elements of specified tag not containing a particular attribute
In python we can use:
soup.findAll(attrs={'class': None})
The text was updated successfully, but these errors were encountered: