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" } }