CNKI-download
CNKI-download copied to clipboard
下载代码
main.py 218 行 refence_file = requests.get(self.download_url, headers=HEADER) 改为: refence_file = self.session.get(self.download_url) ?
用session也是可以的