From bf77adc854022213951daec14bd904f483f21202 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 23 Oct 2020 13:17:34 -0700 Subject: entity updates: don't ingest JSTOR DOI prefixes --- python/fatcat_tools/workers/changelog.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/fatcat_tools/workers/changelog.py b/python/fatcat_tools/workers/changelog.py index d9f0cf91..2111a20d 100644 --- a/python/fatcat_tools/workers/changelog.py +++ b/python/fatcat_tools/workers/changelog.py @@ -113,6 +113,8 @@ class EntityUpdatesWorker(FatcatWorker): "10.1177/", # IOP: mostly blocks crawler "10.1088/", + # JSTOR: mostly blocks crawler + "10.2307/", ] self.live_pdf_ingest_doi_prefix_acceptlist = [ # biorxiv and medrxiv -- cgit v1.2.3