Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

对于批量创建任务时,文件的命名机制 #55

Open
kuiwaiwai opened this issue Nov 9, 2024 · 4 comments
Open

对于批量创建任务时,文件的命名机制 #55

kuiwaiwai opened this issue Nov 9, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kuiwaiwai
Copy link

20241109152031
批量创建任务时,文件的自动命名并不是不重复的,只能一个个修改才能开始下载,否则就会因为文件名相同导致无法正常创建任务。
建议使用 时间戳_序号_随机字符 进行文件名的生成。

@XiaoYouChR
Copy link
Owner

这是没有获取到文件名的情况。现在用的就是时间戳,但是精度只精确到秒😵‍💫等待下个版本修复吧

@XiaoYouChR XiaoYouChR added the enhancement New feature or request label Nov 10, 2024
@kuiwaiwai
Copy link
Author

OK,简单点的话其实只要time()改time_ns()就行了

@XiaoYouChR
Copy link
Owner

尝试修复了,亟待测试😵‍💫

@XiaoYouChR XiaoYouChR added the help wanted Extra attention is needed label Nov 20, 2024
@CreeperAWA
Copy link

可否再优化一下:输入第一个链接获取文件名后添加链接不要再获取一次文件名,以免第一次添加后填写的文件名丢失

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants