We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am very grateful for this OAI-PMH python package plus the good documentation! But:
Code from tutorial: sickle = Sickle('http://elis.da.ulcc.ac.uk/cgi/oai2') records = sickle.ListRecords(metadataPrefix='oai_dc')
yields following error: HTTPError: 502 Server Error: Bad Gateway for url: http://elis.da.ulcc.ac.uk/cgi/oai2?
The text was updated successfully, but these errors were encountered:
I think this archive was gone. Maybe referring long term archives like Zenodo or Arxiv is more appropriate for demo/documentation.
Like:
>>> from sickle import Sickle >>> sickle = Sickle('https://zenodo.org/oai2d') >>> records = sickle.ListRecords(metadataPrefix='oai_dc') >>> records.next() <Record oai:zenodo.org:3739219>
Sorry, something went wrong.
No branches or pull requests
I am very grateful for this OAI-PMH python package plus the good documentation!
But:
Code from tutorial:
sickle = Sickle('http://elis.da.ulcc.ac.uk/cgi/oai2')
records = sickle.ListRecords(metadataPrefix='oai_dc')
yields following error:
HTTPError: 502 Server Error: Bad Gateway for url: http://elis.da.ulcc.ac.uk/cgi/oai2?
The text was updated successfully, but these errors were encountered: