We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
之前一直是好的,从10月31号开始就出问题了,获取到的大概率是其他视频的字幕,偶尔也能获取到正确的字幕,我试了两种获取字幕的办法,似乎都是一样的结果,是官方改接口了吗?
以下两种获取字幕有问题: 1.sync(self.video.get_subtitle(self.cid)) 2.grpc
https://api.bilibili.com/x/player/wbi/v2?aid=113402202558127&cid=26551520532&isGaiaAvoided=false&web_location=1315873...省略
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
我也发现了这个问题,最后是换了一个接口 https://api.bilibili.com/x/player/wbi/v2
如果不想折腾可以用这个网站直接获取 https://app.zyjj.cc/tool/66494dd235db118af1a33c4f
No branches or pull requests
之前一直是好的,从10月31号开始就出问题了,获取到的大概率是其他视频的字幕,偶尔也能获取到正确的字幕,我试了两种获取字幕的办法,似乎都是一样的结果,是官方改接口了吗?
以下两种获取字幕有问题:
1.sync(self.video.get_subtitle(self.cid))
2.grpc
刚看了网页端,这个接口获取到的字幕是没问题的:
https://api.bilibili.com/x/player/wbi/v2?aid=113402202558127&cid=26551520532&isGaiaAvoided=false&web_location=1315873...省略
The text was updated successfully, but these errors were encountered: