From f616775cd805ef991bae5f3058bb9c7857896d5a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 5 Nov 2018 23:14:56 +0100 Subject: dump first pages --- s2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 's2.py') diff --git a/s2.py b/s2.py index 696b1a45..f3b1176f 100644 --- a/s2.py +++ b/s2.py @@ -122,7 +122,7 @@ class SemanticScholarAPI(object): @staticmethod def fetch_file(url, fn, **kwargs): - resp = requests.get(url, params=kwargs, headers=SemanticScholarAPI.headers) + resp = requests.get(url, params=kwargs, headers=SemanticScholarAPI.headers, verify=False) if resp.status_code != 200: return None size = 0 -- cgit v1.2.3-70-g09d2