-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add the ability to remove nodes. #41
Comments
Yes, I would definitely like to have this feature. Unfortunately, this would require major changes in the internals of the crate and I'm not sure what a good design would look like at this point. Right now I'm open to suggestions! |
would it be hard to just blank out the contents of the node? Or have a node::RemovedNode? [edit]
node shows deleted is true here but when the text() function is called it is not marked as deleted |
In BeautifulSoup there is the ability to remove nodes from the scraper, this is valuable for removing certain kinds of text or elements from text.
The text was updated successfully, but these errors were encountered: