diff options
-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): |