mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/asyncio.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
57f3140daa
commit
26374e21f8
|
|
@ -119,8 +119,9 @@ within a spider callback:
|
|||
'price': additional_response.css('#price').get(),
|
||||
}
|
||||
|
||||
You can also send multiple requests in parallel:
|
||||
|
||||
The spider gathering batch requests::
|
||||
.. code-block:: python
|
||||
|
||||
class BatchRequestsSpider(scrapy.Spider):
|
||||
name = "batch"
|
||||
|
|
|
|||
Loading…
Reference in New Issue