-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
wbt5大佬还在不?虎牙的失效了,有木有计划修复一下啊 #360
Comments
我也是,获得的链接无法播放以及无法下载,下载只是下载一段的,是不是获取的链接加了时间限制啥的 |
没想到会轮的到小白解答 测试后连接 能播放一段 证明还能用 似着净化了部分参数就可以了 |
发现一些直播间是 .slice 切片的格式不能解码播放 等大佬搞定 |
这个是直接修改huya.py最后几行,把 Traceback (most recent call last):
File "E:\Download\GitHub\real-url\huya.py", line 56, in <module>
real_url = re.findall(r'^(.*?)&ctype',real_url)[0]
NameError: name 'real_url' is not defined |
不是的,是在下面加一行 real_url = get_real_url(rid)
real_url = re.findall(r'^(.*?)&ctype',real_url)[0]
print('该直播间源地址为:')
print(real_url) |
现在又失效了,获取到的 .flv 只有一段 .m3u8直接403 |
获取的地址已经无法打开了
The text was updated successfully, but these errors were encountered: