Skip to content

Commit

Permalink
Update zenodo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanBhattaraiNP authored Jan 21, 2025
1 parent ee3684b commit d502018
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions repo2docker/contentproviders/zenodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ def __init__(self):
"http://data.caltech.edu/records/",
],
"api": "https://data.caltech.edu/api/records/",
"files": "",
"filepath": "metadata.electronic_location_and_access",
"filename": "electronic_name.0",
"download": "uniform_resource_identifier",
"type": "metadata.resourceType.resourceTypeGeneral",
"files": "links.files",
"filepath": "entries",
"filename": "key",
"download": "links.content",
"type": "metadata.upload_type"
},
]

Expand Down

0 comments on commit d502018

Please sign in to comment.