Skip to content

Commit

Permalink
adding CSV_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 8, 2024
1 parent bcca161 commit 3bee580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zbmath_rest2oai/run_get_all_de_documents.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from zbmath_rest2oai.get_all_de import get_all_de

CSV_URL = 'https://github.com/MaRDI4NFDI/python-zbMathRest2Oai/releases/download/test/all_de_240115.csv'

if __name__ == '__main__':
get_all_de('https://api.zbmath.org/v1/document/')

0 comments on commit 3bee580

Please sign in to comment.