摘要: import os import requests from tqdm import tqdm VIDEO_PATH = r'videos' def download(url,fname): # 用流stream的方式获取url的数据 resp = requests.get(url, stream= 阅读全文
posted @ 2022-07-18 09:21 lvye001 阅读(172) 评论(0) 推荐(0) 编辑