wen-long / bdpass

百度网盘秒传链接生成工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bdpass

百度网盘秒传链接生成工具,支持梦姬标准/PanDownload/BaiduPCS-Go三种格式,配合 油猴脚本 使用。

Actions Status

快速开始

$ bdpass 文件路径
# 批量生成
$ bdpass 文件路径A 文件路径B 文件路径C...

可选参数

  • -f (--format)

指定输出的编码格式,std 为梦姬标准(默认),pdl 为 PanDownload,pcs 为 BaiduPCS-Go,如:

# 输出为 PanDownload 格式
$ bdpass -f pdl 文件路径
# 输出为 BaiduPCS-Go 格式
$ bdpass -f pcs 文件路径

License

GPLv3。

About

百度网盘秒传链接生成工具

License:GNU General Public License v3.0


Languages

Language:Go 100.0%