Closed lyy077 closed 4 months ago
with requests.get(task['url'], stream=True, timeout=60, proxies=proxies, headers=DEFAULT_HEADERS, verify=False) as response: 报错:stream参数不存在。是目前不支持这种流式读取吗?什么时候能支持呢?
with requests.get(task['url'], stream=True, timeout=60, proxies=proxies, headers=DEFAULT_HEADERS, verify=False) as response:
Read the docs: https://github.com/yifeikong/curl_cffi/blob/main/examples/stream.py
with requests.get(task['url'], stream=True, timeout=60, proxies=proxies, headers=DEFAULT_HEADERS, verify=False) as response:
报错:stream参数不存在。是目前不支持这种流式读取吗?什么时候能支持呢?