Skip to content

Instantly share code, notes, and snippets.

@kukat
Created April 15, 2018 08:03
Show Gist options
  • Save kukat/ec353c8e754121f8e42813460aa81a58 to your computer and use it in GitHub Desktop.
Save kukat/ec353c8e754121f8e42813460aa81a58 to your computer and use it in GitHub Desktop.
加速QQ群文件下载速度
  1. chrome 浏览器
  2. 登录网页版群空间 http://qun.qzone.qq.com/
  3. 找到群共享文件
  4. 打开浏览器控制台,切换到 network
  5. 点击下载
  6. 保存文件
  7. 进入下载管理,复制下载任务的地址
  8. 取消下载任务
  9. 回到上一页面,观察 network 里的请求,找到最后一个 report_vm?xxx
  10. 复制 cookie
  11. 拼装下载命令
aria2c -c -s10 -x10 --header "Cookie: YOUR_COOKIES" YOUR_URL
@snowman
Copy link

snowman commented Jun 23, 2021

不能用了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment