doc_href='https://resource.lzbank.com:18106/cportalFileServer/files//site/doc/pc/20201/12021/goods/20200521172408609syj8FsHJ.doc'
conten=requests.get(doc_href).content
with open('D:\爬取doc\doc\\1.doc','wb')as f:
f.write(conten)
另外,python没法直接处理doc文档,只能处理docx。可以看我这篇
python 转.doc文件为.docx
转好之后,再看这篇
python 处理.docx文件