提交 72ec088c 编写于 作者: H Hou Tianze

Support aria2 downloading resuming (disable preallocation) #263

上级 76037cde
### Version History:
- 1.2.21: Support aria2 downloading resuming (disable preallocation)
- 1.2.20: Fix an error in upload resuming; Add in retries for aria2
- 1.2.19: Add in aria2 download support
- 1.2.18: Add in upload resuming using slices; Fix Unicode issue with py2_jsondump(); Fix the pypi setup package
......
......@@ -44,7 +44,7 @@ from __future__ import print_function
from __future__ import division
### special variables that say about this module
__version__ = '1.2.20'
__version__ = '1.2.21'
### return (error) codes
# they are put at the top because:
......@@ -80,7 +80,7 @@ IESuperfileCreationFailed = 31081 # superfile create failed
DownloaderAria2 = 'aria2'
Downloaders = [DownloaderAria2]
DownloaderDefaultArgs = {
DownloaderAria2 : "-c -k10M -x8 -s8"
DownloaderAria2 : "-c -k10M -x4 -s4 --file-allocation=none"
}
def bannerwarn(msg):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册