diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-05 23:14:56 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-05 23:14:56 +0100 |
| commit | f616775cd805ef991bae5f3058bb9c7857896d5a (patch) | |
| tree | cb0c5c020f1bf2a40c0625609a513ad735cb77ba /s2.py | |
| parent | d6f2c1a496fb478e6533730fef654b7aa8833f90 (diff) | |
dump first pages
Diffstat (limited to 's2.py')
| -rw-r--r-- | s2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
