From a617a14da93859d3a4f6c0ba9253325bc1365cbe Mon Sep 17 00:00:00 2001 From: Tijmen Baarda Date: Tue, 25 Jun 2024 15:17:13 +0200 Subject: [PATCH] Add note about deactivation of BibliopolisReader --- edpop_explorer/readers/bibliopolis.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/edpop_explorer/readers/bibliopolis.py b/edpop_explorer/readers/bibliopolis.py index 0a0443e..3d37146 100644 --- a/edpop_explorer/readers/bibliopolis.py +++ b/edpop_explorer/readers/bibliopolis.py @@ -3,6 +3,9 @@ class BibliopolisReader(SRUReader): + # Note that this reader is currently deactivated by default because + # the API is not working. It is not possible for the moment to + # test this reader. sru_url = 'http://jsru.kb.nl/sru/sru' sru_version = '1.2' HPB_LINK = 'http://hpb.cerl.org/record/{}'