Skip to content

Commit

Permalink
Update video_uploader.py
Browse files Browse the repository at this point in the history
double subtitle
  • Loading branch information
z0z0r4 authored Mar 11, 2024
1 parent 9ab1df3 commit 6b01816
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bilibili_api/video_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ def __dict__(self) -> dict:
"open": 0,
"lan": "",
}, # 莫名其妙没法上传 srt 字幕,显示格式错误,不校验
"subtitle": self.subtitle,
"neutral_mark": self.neutral_mark, # 不知道能不能随便写文本
"dolby": 1 if self.dolby else 0,
"lossless_music": 1 if self.lossless_music else 0,
Expand Down

0 comments on commit 6b01816

Please sign in to comment.