bdpass

package module
v0.0.0-...-f392cbf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

README

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。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RapidUploadMeta

type RapidUploadMeta struct {
	PrettyName    string
	Filename      string
	ContentLength int64
	ContentMD5    string
	SliceMD5      string
	ContentCRC32  uint32
}

func Stat

func Stat(filename string, prettyName string) (*RapidUploadMeta, error)

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL