Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FindAll element with no class attribute #38

Open
Gustibimo opened this issue Sep 16, 2019 · 1 comment
Open

FindAll element with no class attribute #38

Gustibimo opened this issue Sep 16, 2019 · 1 comment

Comments

@Gustibimo
Copy link

In python we can use:

soup.findAll(attrs={'class': None})

@anaskhan96
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants