Skip to content

Commit

Permalink
Add note about deactivation of BibliopolisReader
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenbaarda committed Jun 25, 2024
1 parent a767381 commit a617a14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions edpop_explorer/readers/bibliopolis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/{}'
Expand Down

0 comments on commit a617a14

Please sign in to comment.