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

求教单独大文件可否多线程下载 #701

Open
zszen opened this issue Sep 27, 2024 · 1 comment
Open

求教单独大文件可否多线程下载 #701

zszen opened this issue Sep 27, 2024 · 1 comment

Comments

@zszen
Copy link

zszen commented Sep 27, 2024

相比百度云本身多线程,这个很慢,已经开了 vip 也是慢呀

@houtianze
Copy link
Owner

现在没有多线程下载,只有多进程,因为多线程比较难搞。。你可以看看这个能否有帮助:

  --downloader-arguments DOWNLOADER_ARGS
                        arguments for the downloader: normally, the string is the arguments to be passed to the downloader. however, when it
                        begins with '@', it will be treated as the name of file, whose contents will be used as the downloader arguments (example:
                        when specifying '@args.txt', file contents of 'args.txt' will be used as the downloader arguments, not the string
                        '@args.txt' itself). you can also use environment variable 'DOWNLOADER_ARGUMENTS' to specify the downloader arguments (the
                        environment variable has lower priority compared to this argument). default values: {'aria2': '-c -k10M -x4 -s4 --file-
                        allocation=none'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants