Python:从页面中提取视频流链接
我想知道是否有办法从页面中提取视频流链接。
例如,在 YouTube 和页面 http://www.youtube.com/watch?v=he5fpsmH_2g 中 提取视频的实际下载链接并下载它,就像 VideoGet 所做的那样。
提前致谢。
I wonder if there is a way to extract a video stream link from a page.
For example in Youtube and in the page http://www.youtube.com/watch?v=he5fpsmH_2g extract the actual download link of the video and download it, just like what VideoGet does.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 clive 的 src 代码,了解如何通过脚本完成它。
Have a look in the src-code for clive to see how it can be done from a script.