如何在程序中获取视频流?

发布于 2025-01-08 13:51:07 字数 339 浏览 0 评论 0原文

可能的重复:
使用 urllib2 将大型二进制文件流式传输到文件

我想要视频下载器,当给定具有要流式传输的视频的页面的 URL 时,可以下载视频。

所以我的想法是,如果我获得视频流,我可以将内容复制到字符串中,然后将其复制到文件中。 我怎样才能在Python中做到这一点?Python中有没有可以提供帮助的库?

Possible Duplicate:
Stream large binary files with urllib2 to file

I want to make a video downloader which when given the url of a page which has a video to stream can download the video.

So what i thought was if i get the video stream, i can copy the content into a string and then copy it into file .
How can i do it in python?Is there any library in python which can help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瞎闹 2025-01-15 13:51:07

对于 python 2.x

urllib

使用方法 urlretrieve

for python 2.x

urllib

Use method urlretrieve

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文