tdl icon indicating copy to clipboard operation
tdl copied to clipboard

[Bug] 会重复下载同名的文件

Open jiangqiang1996 opened this issue 1 year ago • 1 comments

Describe the bug

./tdl dl -f .\tdl-export.json -d F:\下载\百度云下载\tg\tg -l 30 --continue --skip-same 貌似--skip-same没生效?能下载一堆同名同大小的文件。

To Reproduce

./tdl dl -f .\tdl-export.json -d F:\下载\百度云下载\tg\tg -l 30 --continue --skip-same

Expected behavior

继续下载时,不下载同名,文件大小相同的文件。

Version

0.17.0

Which OS are you running tdl on?

Windows

Additional context

No response

jiangqiang1996 avatar May 27 '24 14:05 jiangqiang1996

--skip-same is as expected. If the corresponding file already exists, it will be skipped and the download will not be executed again. I'm not sure what scenario you're referring to?

iyear avatar Sep 16 '24 05:09 iyear