Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit f22102f

Browse files
committed
docs: update docs
1 parent 8a31ff5 commit f22102f

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ LoginController().logout_bilibili()
181181
LoginController().check_bilibili_login()
182182

183183
# Upload
184-
UploadController().upload_video_entry(video_path: str, yaml: str, line: str, copyright: int, tid: int, title: str, desc: str, tag: str, source: str, cover: str, dynamic: str, cdn: str)
184+
UploadController().upload_video_entry(video_path: str, yaml: str, line: str, tid: int, title: str, desc: str, tag: str, source: str, cover: str, dynamic: str, cdn: str)
185185

186186
# Append
187187
UploadController().append_video_entry(video_path: str, bvid: str, cdn: str)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ LoginController().logout_bilibili()
180180
LoginController().check_bilibili_login()
181181

182182
# 上传
183-
UploadController().upload_video_entry(video_path: str, yaml: str, copyright: int, tid: int, title: str, desc: str, tag: str, source: str, cover: str, dynamic: str, cdn: str)
183+
UploadController().upload_video_entry(video_path: str, yaml: str, tid: int, title: str, desc: str, tag: str, source: str, cover: str, dynamic: str, cdn: str)
184184

185185
# 追加投稿(分p)
186186
UploadController().append_video_entry(video_path: str, bvid: str, cdn: str)

docs/upload.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
`bilitool upload -h ` 打印帮助信息:
66

77
```bash
8-
usage: bilitool upload [-h] [-y YAML] [--copyright COPYRIGHT] [--title TITLE] [--desc DESC] [--tid TID] [--tag TAG] [--source SOURCE] [--cover COVER]
8+
usage: bilitool upload [-h] [-y YAML] [--title TITLE] [--desc DESC] [--tid TID] [--tag TAG] [--source SOURCE] [--cover COVER]
99
[--dynamic DYNAMIC]
1010
video_path
1111

@@ -15,8 +15,6 @@ positional arguments:
1515
options:
1616
-h, --help show this help message and exit
1717
-y YAML, --yaml YAML The path to yaml file(if yaml file is provided, the arguments below will be ignored)
18-
--copyright COPYRIGHT
19-
(default is 2) 1 for original, 2 for reprint
2018
--title TITLE (default is video name) The title of video
2119
--desc DESC (default is empty) The description of video
2220
--tid TID (default is 138) For more info to the type id, refer to https://biliup.github.io/tid-ref.html

0 commit comments

Comments
 (0)