生成链接预览并使用 URL 检测视频/图像!
我正在使用 URL 获取页面的 HTML 内容。一旦我得到 HTML,我就会使用 Xpath 剥离所有图像。我不知道如何获取视频内容。如果我尝试检查嵌入代码,它会为我提供页面内的所有添加内容。请建议我一个解决方法。提前致谢。
I am getting the HTML content of the page using the URL. once i got the HTML i m striping all the images using Xpath. I m stuck at how to fetch the video content. If i try checking for embed code ,it gives me all the adds inside the page. Please suggest me a workaround. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用yql的东西来解决这个问题。
http://developer.yahoo.com/yql/guide/yql -code-examples.html#yql_javascript
Use something yql to solve this problem.
http://developer.yahoo.com/yql/guide/yql-code-examples.html#yql_javascript