tdl
tdl copied to clipboard
[Bug] 会重复下载同名的文件
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
--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?