> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/zh-hans/support/faq/8.-listly-tu-pian-xia-zai-qi/xia-zai-de-tu-pian-wen-jian-shao-yu-shu-ru-de-url-shu-liang.md).

# 下载的图片文件少于输入的 URL 数量。

本文是与 Listly 图片下载器相关的帮助指南。

![image](/files/82afc53323632ddb0cd35d73ef26de2aa8e494af)

如果您如上所示输入了数十个图片 URL 并开始下载，但下载的文件数量明显少于输入的 URL 数量，**文件名重复可能是原因**。

![image](/files/08a36dca111f26f7e250a38a77c2aefca7df253a)

出现这种情况是因为图片下载器将具有相同文件名的图片视为单个文件。解决此问题有以下解决方案。

{% stepper %}
{% step %}

### 使用包含序号的文件名选项

尝试使用包含序号的文件名选项，例如：

* 仅序号
* 序号 + 原始
* 序号 + Excel

这些选项会为每个下载的图片生成唯一的文件名，从而避免因文件名重复而被视为同一文件的问题。
{% endstep %}

{% step %}

### 在 Excel 中选择不同的列来指定文件名

如果您正在使用 Excel 来批量导入图片 URL，请选择不会导致重复的列作为文件名来源。确保所选列中的值在每一行都是唯一的，这样每个图片都会被保存为不同的文件。
{% endstep %}
{% endstepper %}

![image](/files/28b6a52f664bcd08dc015a798c96a07ecb74203b)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.listly.io/docs/zh-hans/support/faq/8.-listly-tu-pian-xia-zai-qi/xia-zai-de-tu-pian-wen-jian-shao-yu-shu-ru-de-url-shu-liang.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
