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
{{ message }}
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: bilitool/cli.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ def cli():
51
51
upload_parser.add_argument('--desc', default='', help='(default is empty) The description of video')
52
52
upload_parser.add_argument('--tid', type=int, default=138, help='(default is 138) For more info to the type id, refer to https://biliup.github.io/tid-ref.html')
53
53
upload_parser.add_argument('--tag', default='bilitool', help='(default is bilitool) Video tags, separated by comma')
54
-
upload_parser.add_argument('--line', default='bda2', help='(default is bda2) Line refer to https://biliup.github.io/upload-systems-analysis.html')
55
54
upload_parser.add_argument('--source', default='来源于网络', help='(default is 来源于网络) The source of video (if your video is re-print)')
56
55
upload_parser.add_argument('--cover', default='', help='(default is empty) The cover of video (if you want to customize, set it as the path to your cover image)')
57
56
upload_parser.add_argument('--dynamic', default='', help='(default is empty) The dynamic information')
0 commit comments