Skip to content

Commit

Permalink
Use RFC 2396 compatible identifiers
Browse files Browse the repository at this point in the history
Close #100
  • Loading branch information
physikerwelt committed Oct 14, 2024
1 parent 1f77b37 commit e8aa903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/zbmath_rest2oai/run_get_all_de_documents.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from zbmath_rest2oai.get_all import get_all

get_all(
prefix='Zbl',
prefix='oai:zbmath.org:',
url='https://api.zbmath.org/v1/document/_all?start_after={0}&results_per_request=500',
ingest_format='zbmath_rest_api',
state_property='document'
Expand Down
2 changes: 1 addition & 1 deletion src/zbmath_rest2oai/run_get_all_de_software.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from zbmath_rest2oai.get_all import get_all

get_all(
prefix='swmath',
prefix='oai:swmath.org:',
url='https://api.zbmath.org/v1/software/_all?start_after={0}&results_per_request=500',
ingest_format='zbmath_rest_api_software',
state_property='software'
Expand Down

0 comments on commit e8aa903

Please sign in to comment.