-
Notifications
You must be signed in to change notification settings - Fork 14
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
HTML5解析问题 #23
Comments
这种问题都比较难reproduce。 HTML5的API不受推荐,因为不会有清晰度或者速度的提升。当然稍后我会仔细审查此问题。 2015年11月20日星期五,Sg4Dylan [email protected] 写道:
|
好吧是在下输了 改header好像这货不吃 就是大陆代理都不吃 如果有可能,请用-l DEBUG 敲一下详细日志,我看看到底这东西在想啥。有完整的浏览器发送返回header就更好了。 |
问题还在么?(估计还在 但是我就没法复现) |
现在是OK的了,有解析到地址了(
|
这个问题常见于他的后端服务器坑爹。 没什么我们能做的 我们能做的就是。。。不用。 |
比如视频 http://www.bilibili.tv/video/av3214525/index_1.html
通过本程序得到的JSON
{"img":"http://i1.hdslb.com/video/e1/e189bd6ac593b8a42ac2ea81e7caf72f.jpg","cid":"http://comment.bilibili.com/5071908.xml","src":"http://static.hdslb.com/error.mp4"}
浏览器直接打开得到的JSON
{"img":"http://i1.hdslb.com/video/e1/e189bd6ac593b8a42ac2ea81e7caf72f.jpg","cid":"http://comment.bilibili.com/5071908.xml","src":"http://cn-jxnc1-dx.acgvideo.com/vg1/c/46/5071908.mp4?expires=1448026200&ssig=hnVyXyfaUPQMQcj1x85BgA&oi=1867408109&internal=1&rate=0"}
出现这种情况的时候,find_video_address_normal_api 函数也会返回空值
强行使用 FAKE_HEADER 也是一样的
希望能够解决(
谢谢
The text was updated successfully, but these errors were encountered: