From 72f5f80a1665beb0d6ecff1f74629f1eb7c23b02 Mon Sep 17 00:00:00 2001 From: Benjamin Ooghe-Tabanou Date: Thu, 28 Oct 2021 18:20:53 +0200 Subject: [PATCH] use real BNF archives instance --- hyphe_backend/lib/webarchives.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hyphe_backend/lib/webarchives.py b/hyphe_backend/lib/webarchives.py index 2c89835a..1a109bfd 100644 --- a/hyphe_backend/lib/webarchives.py +++ b/hyphe_backend/lib/webarchives.py @@ -14,10 +14,8 @@ "archivesinternet.bnf.fr": { "label": "ArchivesInternet.BNF.fr", "description": "crawl France's official web archives maintained by BNF", - "url_prefix": "http://pfcarchivesinternet.bnf.fr", - "url_prefix_prod": "http://archivesinternet.bnf.fr", - "proxy": "pfcarchivesinternet.bnf.fr:9115", - "proxy_prod": "archivesinternet.bnf.fr:8090", + "url_prefix": "http://archivesinternet.bnf.fr", + "proxy": "archivesinternet.bnf.fr:8090", "min_date": "1996-01-01" } }