mirror of https://github.com/scrapy/scrapy.git
Fix indentation issues
This commit is contained in:
parent
fe057bece0
commit
a354ebd80e
|
|
@ -258,7 +258,7 @@ settings:
|
|||
|
||||
When a certain closing condition is met, requests that are currently in the
|
||||
downloader queue (up to :setting:`CONCURRENT_REQUESTS`
|
||||
requests) are still processed.
|
||||
requests) are still processed.
|
||||
|
||||
.. setting:: CLOSESPIDER_TIMEOUT
|
||||
|
||||
|
|
|
|||
|
|
@ -49,11 +49,11 @@ this:
|
|||
|
||||
4. When the files are downloaded, another field (``files``) will be populated
|
||||
with the results. This field will contain a list of dicts with information
|
||||
about the downloaded files, such as the downloaded path, the original
|
||||
scraped URL (taken from the ``file_urls`` field), the file checksum and the
|
||||
file status. The files in the ``files`` field will retain the same order as
|
||||
in the original ``file_urls`` field. If some file failed downloading, an
|
||||
error will be logged and the file won't be present in the ``files`` field.
|
||||
about the downloaded files, such as the downloaded path, the original
|
||||
scraped URL (taken from the ``file_urls`` field), the file checksum and the
|
||||
file status. The files in the ``files`` field will retain the same order as
|
||||
in the original ``file_urls`` field. If some file failed downloading, an
|
||||
error will be logged and the file won't be present in the ``files`` field.
|
||||
|
||||
|
||||
.. _images-pipeline:
|
||||
|
|
|
|||
Loading…
Reference in New Issue