diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-09-10 18:49:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-09-10 18:49:35 -0700 |
commit | 3bac4de14219b5d8a3ef8f5919c4f004663424c0 (patch) | |
tree | 53e80a59c428e98d1f112d5342c1470de90744fe /python/fatcat_tools | |
parent | 08c01089b4b0b3f1fc076e584d264694629f6a01 (diff) | |
download | fatcat-3bac4de14219b5d8a3ef8f5919c4f004663424c0.tar.gz fatcat-3bac4de14219b5d8a3ef8f5919c4f004663424c0.zip |
ingest: default to crawl protocols.io DOIs
Diffstat (limited to 'python/fatcat_tools')
-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 c7b156f6..13e46e02 100644 --- a/python/fatcat_tools/workers/changelog.py +++ b/python/fatcat_tools/workers/changelog.py @@ -144,6 +144,8 @@ class EntityUpdatesWorker(FatcatWorker): "10.1158/1078-0432.", # Transactions of the Japan Society of Mechanical Engineers "10.1299/kikai", + # protocols.io + "10.17504/" ] def want_live_ingest(self, release, ingest_request): |