gpt4 book ai didi

python - 在使用 python 请求下载之前获取 mp4 文件大小

转载 作者:太空宇宙 更新时间:2023-11-04 05:39:36 25 4
gpt4 key购买 nike

我正在编写小脚本来为我的 friend 从一些网站下载视频文件,我想为此添加进度条,但问题是标题中没有“内容长度”。我知道了。

size = requests.head(link["link"], headers={'Accept-Encoding': 'identity'})

我得到了这个作为返回:

'X-Varnish': 'HV116W137',
'Age': '84',
'Vary': 'Accept-Encoding',
'Server': 'Apache',
'Connection': 'keep-alive',
'Via': '1.1 varnish',
'cache-control': 'max-age=60, public,
's-maxage=300',
'Date': 'Tue, 22 Dec 2015 17:31:05 GMT',
'x-frame-options': 'deny',
'Content-Type': 'text/html; charset=UTF-8'

链接:http://n-4-15.dcs.redcdn.pl/dcs/o2/tvn/web-content/m/p1/v/4e6cd95227cb0c280e99a195be5f6615/6398d4db-c842-49c7-8d1f-d1018cd0c95b-480p.mp4

我想这是可能的,因为浏览器可以在下载之前判断文件有多大。

最佳答案

size = requests.head(link['link']).headers['Content-Length']

关于python - 在使用 python 请求下载之前获取 mp4 文件大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34421474/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com