pyaria2
pyaria2 copied to clipboard
pyaria2 is a Python 3 module that provides a wrapper class around Aria2's RPC interface. It can be used to build applications that use Aria2 for downloading data.
Results
2
pyaria2 issues
Sort by
recently updated
recently updated
newest added
add windows support
连带celery的download worker 也停止了响应(在download worker 中运行download 的task),task自动调用aria2,发现没有已运行进程,就自动创建一个。停止响应后,进程中的aria2c 还在,不过已经没有下载的数据流了,而且使用yaaw查看下载状态的页面也连接失败。下载任务机的6800端口也还开着。 如果我手动起一个aria2进程的话,参数按照pyaria2.py中的参数不变,就可以稳定运行下去。