百度云转存工具
有一共享目录,有6000+文件,没有VIP,SVIP...平常用的少,就不存钱了。
在github 上找了几个,都不能用,没办法,自己丰衣足食。
参考项目 https://github.com/acheiii/BaiduFilesTransfers_Pro
usage: bdyt.py [-h] [--cookie COOKIE] [--share-link SHARE_LINK] [--dir DIR] [--config-file CONFIG_FILE]
options:
-h, --help show this help message and exit
--cookie COOKIE cookie
--share-link SHARE_LINK
share link
--dir DIR dir
--config-file CONFIG_FILE
config file
python3 bdyt.py --cookie xxxxx --share-link xxxx --dir xxxx
或者参数写在配置文件中,然后
python3 bdyt.py --config-file xxxxx.cfg
xxxxx.cfg:
cookie=xxxxx
share_link=xxxx
dir=xxxx
需要进一步测试