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

TextNode text property is not decoded #134

Closed
nonara opened this issue Jun 30, 2021 · 0 comments
Closed

TextNode text property is not decoded #134

nonara opened this issue Jun 30, 2021 · 0 comments

Comments

@nonara
Copy link
Collaborator

nonara commented Jun 30, 2021

Current node convention is for rawText to be the raw, html-encoded text. The text property, however, should be html-decoded.

HtmlNode#text returns decoded text, however TextNode#text simply returns the same as rawText.

PR Incoming.

@taoqf taoqf closed this as completed in 7dea8d7 Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant