We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc8f19 commit fc7de27Copy full SHA for fc7de27
repo2docker/contentproviders/zenodo.py
@@ -22,6 +22,7 @@ def __init__(self):
22
"hostname": [
23
"https://sandbox.zenodo.org/record/",
24
"http://sandbox.zenodo.org/record/",
25
+ "http://sandbox.zenodo.org/records/",
26
],
27
"api": "https://sandbox.zenodo.org/api/records/",
28
"files": "links.files",
@@ -31,7 +32,11 @@ def __init__(self):
31
32
"type": "metadata.upload_type",
33
},
34
{
- "hostname": ["https://zenodo.org/record/", "http://zenodo.org/record/"],
35
+ "hostname": [
36
+ "https://zenodo.org/record/",
37
+ "http://zenodo.org/record/",
38
+ "https://zenodo.org/records/",
39
+ ],
40
"api": "https://zenodo.org/api/records/",
41
42
"filepath": "entries",
0 commit comments