百度网盘的命令行方式

1.登录百度网盘,获得浏览器的cookie

javascript:document.write(document.cookie);

wget -S -c -O 下载后的文件名 --header "Cookie:cookie值" "下载链接"

2.上传至网盘

sudo apt-get update

sudo apt-get install python-pip python-dev build-essential

pip2 install -U requests

bypy.py  -v upload 要上传的文件

猜你喜欢

转载自blog.csdn.net/Zuostar/article/details/82457798