Update scrapy/http/response/text.py

Co-Authored-By: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
elacuesta 2019-10-14 13:47:44 -03:00 committed by GitHub
parent 498d33aac3
commit c7c54f5453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class TextResponse(Response):
``response.css('a.my_link')[0]``.
In addition, ``css`` and ``xpath`` arguments are accepted to perform the link extraction
within the ``follow_all`` method (only one of ``urls``, ``css`` and ``xpath`` are accepted).
within the ``follow_all`` method (only one of ``urls``, ``css`` and ``xpath`` is accepted).
Note that when using the ``css`` or ``xpath`` parameters, this method will not produce
requests for selectors from which links cannot be obtained (for instance, anchor tags