Fix indentation issues

This commit is contained in:
Adrián Chaves 2025-10-23 14:10:33 +02:00
parent fe057bece0
commit a354ebd80e
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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: