From 72d719d46ed2704b1d52674dca40bc5625f50c6c Mon Sep 17 00:00:00 2001 From: Mazztok45 Date: Thu, 28 Nov 2024 16:47:31 +0100 Subject: [PATCH] updating run_get_all_de_documents.py with oai_url parameter --- src/zbmath_rest2oai/run_get_all_de_documents.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zbmath_rest2oai/run_get_all_de_documents.py b/src/zbmath_rest2oai/run_get_all_de_documents.py index a2cd9a2..753fda3 100644 --- a/src/zbmath_rest2oai/run_get_all_de_documents.py +++ b/src/zbmath_rest2oai/run_get_all_de_documents.py @@ -3,6 +3,7 @@ get_all( prefix='oai:zbmath.org:', url='https://api.zbmath.org/v1/document/_all?start_after={0}&results_per_request=500', + oai_url='https://oai-input.staging.mardi4nfdi.org/oai-backend/item', ingest_format='zbmath_rest_api', state_property='document' )