diff options
-rw-r--r-- | python/fatcat_tools/importers/common.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/common.py b/python/fatcat_tools/importers/common.py index 49931542..beec99df 100644 --- a/python/fatcat_tools/importers/common.py +++ b/python/fatcat_tools/importers/common.py @@ -50,7 +50,9 @@ def test_clean(): assert clean('<b>a&b</b>', force_xml=True) == '<b>a&b</b>' DOMAIN_REL_MAP = { - "archive.org": "repository", + "archive.org": "archive", + # LOCKSS, Portico, DuraSpace, etc would also be "archive" + "arxiv.org": "repository", "babel.hathitrust.org": "repository", "cds.cern.ch": "repository", |