You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-en.md
+24-10Lines changed: 24 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,48 +53,62 @@ options:
53
53
```bash
54
54
biliupload login
55
55
```
56
-
Then you can scan the QR code or click the link to login. The `cookie.json` will be saved in the current directory.
56
+
57
+
Then you can scan the QR code or click the link to login. If you add the `--export` parameter when inputting the command, the `cookie.json` file will be exported to the current directory (the `cookie.json` file can be used for other projects).
-y YAML, --yaml YAML The path to yaml file(if yaml file is provided, the arguments below will be ignored)
76
87
--copyright COPYRIGHT
77
88
(default is 2) 1 for original, 2 for reprint
78
89
--title TITLE (default is video name) The title of video
79
90
--desc DESC (default is empty) The description of video
80
91
--tid TID (default is 138) For more info to the type id, refer to https://biliup.github.io/tid-ref.html
81
-
--tag TAG (default is biliupload) video tags, separated by comma
92
+
--tag TAG (default is biliupload) video tags, separated by comma
82
93
--line LINE (default is bda2) line refer to https://biliup.github.io/upload-systems-analysis.html
94
+
--source SOURCE (default is 来源于网络) The source of video (if your video is re-print)
95
+
--cover COVER (default is empty) The cover of video (if you want to customize, set it as the path to your cover image)
96
+
--dynamic DYNAMIC (default is empty) The dynamic information
83
97
```
84
98
85
99
Example:
86
100
87
101
your can refer the [`template/example-config.yaml`](https://github.com/timerring/biliupload/tree/main/template/example-config.yaml) to know more about the yaml template.
0 commit comments