- chrome 浏览器
- 登录网页版群空间 http://qun.qzone.qq.com/
- 找到群共享文件
- 打开浏览器控制台,切换到 network
- 点击下载
- 保存文件
- 进入下载管理,复制下载任务的地址
- 取消下载任务
- 回到上一页面,观察 network 里的请求,找到最后一个
report_vm?xxx
- 复制 cookie
- 拼装下载命令
aria2c -c -s10 -x10 --header "Cookie: YOUR_COOKIES" YOUR_URL
report_vm?xxx
aria2c -c -s10 -x10 --header "Cookie: YOUR_COOKIES" YOUR_URL
不能用了