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
解决方法 BiliLiveRecorder.py, line 28 把请求头Referer字段的值改成固定的'https://live.bilibili.com/'即可
'https://live.bilibili.com/'
适用于控制台无明显报错,但是data/records/对应目录下出现大量552bytes的、内容为html 403报错的flv文件
2022年12月大概第二周左右开始就出现这个问题了,应该是B站改了直播流的Referer校验。总之如果能排除风控问题可以试一下这个解决方案。
The text was updated successfully, but these errors were encountered:
感谢反馈,已在最新release中修改。
Sorry, something went wrong.
ZhaoWeicheng98
No branches or pull requests
解决方法
BiliLiveRecorder.py, line 28
把请求头Referer字段的值改成固定的
'https://live.bilibili.com/'
即可适用于控制台无明显报错,但是data/records/对应目录下出现大量552bytes的、内容为html 403报错的flv文件
2022年12月大概第二周左右开始就出现这个问题了,应该是B站改了直播流的Referer校验。总之如果能排除风控问题可以试一下这个解决方案。
The text was updated successfully, but these errors were encountered: