[Docs] Mention that .re() does HTML entities decoding #1704
Labels
Comments
There's more to it. Imagine a scenario where the context node is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation on Selectors says:
but it doesn't say that
.re()
(and.re_first()
) also perform HTML-entities decoding (except<
and&
)See #1700
and https://stackoverflow.com/questions/34887730/how-to-extract-raw-html-from-a-scrapy-selector#comment57542664_34897754
parsel documentation is even less verbose.
The text was updated successfully, but these errors were encountered: