Skip to content

Commit ef7d15c

Browse files
committed
use https:// (encrypted) base url
1 parent 62ab4e1 commit ef7d15c

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)