From ef7d15c8bfa2b5be727780fa622424f4584a13ed Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Fri, 7 Nov 2025 08:04:44 +0100 Subject: [PATCH] use https:// (encrypted) base url --- scripts/1-fetch/arxiv_fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1-fetch/arxiv_fetch.py b/scripts/1-fetch/arxiv_fetch.py index 2488b779..93249652 100755 --- a/scripts/1-fetch/arxiv_fetch.py +++ b/scripts/1-fetch/arxiv_fetch.py @@ -34,7 +34,7 @@ # Constants # API Configuration -BASE_URL = "http://export.arxiv.org/api/query?" +BASE_URL = "https://export.arxiv.org/api/query?" DEFAULT_FETCH_LIMIT = 800 # Default total papers to fetch # CSV Headers