diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-28 20:14:28 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-28 20:14:28 -0800 |
commit | 72e3825893ae614fcd6c6ae8a513745bfefe36b2 (patch) | |
tree | d4a8a1870c1434b3859d59d17556e55cccf7ef1f /python | |
parent | 268b6c218c05389062ec4ed2268b6e4a98fd27f6 (diff) | |
download | fatcat-72e3825893ae614fcd6c6ae8a513745bfefe36b2.tar.gz fatcat-72e3825893ae614fcd6c6ae8a513745bfefe36b2.zip |
entity updates: don't try to ingest arxiv DOIs (for now)
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_tools/workers/changelog.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/fatcat_tools/workers/changelog.py b/python/fatcat_tools/workers/changelog.py index 1af47d4b..436e0e00 100644 --- a/python/fatcat_tools/workers/changelog.py +++ b/python/fatcat_tools/workers/changelog.py @@ -131,6 +131,8 @@ class EntityUpdatesWorker(FatcatWorker): "10.1088/", # JSTOR: mostly blocks crawler "10.2307/", + # arxiv: duplicates with arxiv identifiers (temporary) + "10.48550/", ] self.live_pdf_ingest_doi_prefix_acceptlist = [ # biorxiv and medrxiv |