Skip to content

Commit af6591b

Browse files
authored
Merge pull request #241 from creativecommons/arxiv-https
Use https:// (encrypted) base url for arXiv
2 parents 2fe62b7 + ef7d15c commit af6591b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/1-fetch/arxiv_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# Constants
3636
# API Configuration
37-
BASE_URL = "http://export.arxiv.org/api/query?"
37+
BASE_URL = "https://export.arxiv.org/api/query?"
3838
DEFAULT_FETCH_LIMIT = 800 # Default total papers to fetch
3939

4040
# CSV Headers

0 commit comments

Comments
 (0)