> 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-hant/support/faq-zh-hant/8.-listly-tu-pian-xia-zai-qi/xia-zai-de-tu-pian-dang-an-shu-liang-shao-wu-shu-ru-de-url-shu-liang.md).

# 下載的圖片檔案數量少於輸入的 URL 數量。

此貼文是與 Listly 圖片下載器相關的說明指南。

![image](/files/d9d45b1bff48390ac2b473977403aba1e205604c)

如上所示，如果您輸入了數十個圖片網址並開始下載，但下載的檔案數量遠少於輸入的網址數量，**重複的檔案名稱可能是原因。**

![image](/files/3c28bc0d9c3fbb68064fef42ab862f0a91b4c4fb)

之所以會發生這種情況，是因為圖片下載器將具有相同檔案名稱的圖片視為單一檔案。有以下解決方案可以修復此問題。

{% stepper %}
{% step %}

### 使用包含序號的檔案名稱選項

請嘗試使用（例如：僅序號、序號 + 原始、序號 + Excel）來避免檔案名稱重複。
{% endstep %}

{% step %}

### 在 Excel 中選擇不同的欄位來指定檔案名稱

或在 Excel 中選擇不會導致重複的欄位作為檔名來源，這也可以解決問題。
{% endstep %}
{% endstepper %}

![image](/files/bec453d0faffa1f4adb0876ac2dcbe951983100e)


---

# 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-hant/support/faq-zh-hant/8.-listly-tu-pian-xia-zai-qi/xia-zai-de-tu-pian-dang-an-shu-liang-shao-wu-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.
