We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fe62b7 + ef7d15c commit af6591bCopy full SHA for af6591b
1 file changed
scripts/1-fetch/arxiv_fetch.py
@@ -34,7 +34,7 @@
34
35
# Constants
36
# API Configuration
37
-BASE_URL = "http://export.arxiv.org/api/query?"
+BASE_URL = "https://export.arxiv.org/api/query?"
38
DEFAULT_FETCH_LIMIT = 800 # Default total papers to fetch
39
40
# CSV Headers
0 commit comments