CNKI-download icon indicating copy to clipboard operation
CNKI-download copied to clipboard

下载代码

Open wenmingMeng opened this issue 5 years ago • 1 comments

main.py 218 行 refence_file = requests.get(self.download_url, headers=HEADER) 改为: refence_file = self.session.get(self.download_url) ?

wenmingMeng avatar Jul 01 '19 03:07 wenmingMeng

用session也是可以的

itstyren avatar Jul 16 '19 10:07 itstyren