From 6ae4bc8e3ace3bbc67b401acecba328891e9a05d Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 15 Sep 2021 17:11:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20ppn2ocr:=20Use=20new=20API?= =?UTF-8?q?=5FURL=20(https://oai.sbb.berlin)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ppn2ocr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppn2ocr b/ppn2ocr index af6540b..d880a08 100755 --- a/ppn2ocr +++ b/ppn2ocr @@ -14,7 +14,7 @@ XMLNS = { 'mets': 'http://www.loc.gov/METS/', 'xlink': 'http://www.w3.org/1999/xlink' } -API_URL = 'https://digital.staatsbibliothek-berlin.de/oai' +API_URL = 'https://oai.sbb.berlin' IDENTIFIER_TEMPLATE = 'oai:digital.staatsbibliothek-berlin.de:%s'