diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-02-18 23:08:56 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-02-18 23:08:58 -0800 |
commit | 9cc369e19d7ba82d07be3d6b24c2526339135a0a (patch) | |
tree | 27c2c9da6171caa6fbe71d2f120ca3ae72161fcc /python/fatcat_tools/workers | |
parent | 80b756d6feec3f66225287b9ca73c8b02d012027 (diff) | |
download | fatcat-9cc369e19d7ba82d07be3d6b24c2526339135a0a.tar.gz fatcat-9cc369e19d7ba82d07be3d6b24c2526339135a0a.zip |
always crawl researchgate DOIs
Now that ingest is fixed
Diffstat (limited to 'python/fatcat_tools/workers')
-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 7a9a585d..745ee85a 100644 --- a/python/fatcat_tools/workers/changelog.py +++ b/python/fatcat_tools/workers/changelog.py @@ -105,6 +105,8 @@ class EntityUpdatesWorker(FatcatWorker): self.live_pdf_ingest_doi_prefix_acceptlist = [ # biorxiv and medrxiv "10.1101/", + # researchgate + "10.13140/", ] def want_live_ingest(self, release, ingest_request): |