mirror of https://github.com/scrapy/scrapy.git
Update selectors.rst
Decode instead escape, exceptions < and & (kmike) Second sentence droped (Digenis)
This commit is contained in:
parent
c7dfb5eb88
commit
f2e49bc23c
|
|
@ -628,8 +628,7 @@ Built-in Selectors reference
|
|||
|
||||
.. note::
|
||||
|
||||
Note that ``re`` and ``re_first`` both escape HTML entities. If you want to
|
||||
get raw unescaped content, use extract() or extract_first()
|
||||
Note that ``re()`` and ``re_first()`` both decode HTML entities (except ``<`` and ``&``).
|
||||
|
||||
.. method:: register_namespace(prefix, uri)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue