Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
orzogc committed Aug 15, 2020
1 parent 0b8ac58 commit 1a8d1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
* 支持断点续传(适合用于上传超大文件)
* 支持显示上传进度条

### 安装
### 编译安装
`go get -u github.com/orzogc/fake115uploader`

### 使用方法
首先要先运行一次 `fake115uploader` 生成设置文件config.json(使用 `-d 文件夹` 指定存放设置文件的文件夹,默认为程序所在的文件夹),然后登陆网页版115,按F12后刷新,将115网页请求的Cookie的值全部复制到config.json的cookies的值里,或者运行时用参数 `-k Cookie` 指定要用的Cookie

`fake115uploader -f 文件` 秒传模式上传文件,可以指定多个文件,下同
`fake115uploader -f 文件` 秒传模式上传文件,可以指定多个文件且必须是最后一个参数,下同

`fake115uploader -u 文件` 先尝试用秒传模式上传文件,失败后改用普通模式上传

Expand Down

0 comments on commit 1a8d1ab

Please sign in to comment.