# 이미지 파일이 입력한 URL보다 적게 다운로드되었습니다.

이 게시글은 리스틀리 이미지 다운로더 관련 도움말입니다.

<figure><img src="https://content.gitbook.com/content/iKxoYELFf9WS8XCvYe6S/blobs/kRb5x8ZOd8VjSQx9zuu5/image-downloader-10.png" alt=""><figcaption></figcaption></figure>

위와같이 수십장의 이미지 URL을 입력하여 다운로드를 진행하였으나,\
입력한 URL 수보다 현저하게 적은 파일만이 다운로드된 경우, **파일명 중복이 원인**일 수 있습니다.

<figure><img src="https://content.gitbook.com/content/iKxoYELFf9WS8XCvYe6S/blobs/BxEZRTUrqWPmu9PYP3M9/image-downloader-11.png" alt=""><figcaption></figcaption></figure>

이와 같은 상황은 이미지 다운로더는 같은 파일명을 가진 이미지를 하나의 파일로 처리하기 때문에 발생합니다.

이 문제를 해결하기 위해서는 다음과 같은 해결 방법이 있습니다.

1. **순번이 붙은 파일명 옵션**을 사용해 보세요. (ex. 순번만, 순번 + 원본, 순번 + 엑셀)

\
2\. **혹은 엑셀의 다른 열을 선택**하여 파일명을 지정해 보세요. 중복이 발생하지 않는 데이터를 선택하면 문제를 해결할 수 있습니다.

<figure><img src="https://content.gitbook.com/content/iKxoYELFf9WS8XCvYe6S/blobs/uSw8aDkzioz2kVyp2tuO/image-downloader-13.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.listly.io/docs/ko/support/faq/image-downloader/url-.-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
