File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
repo2docker/contentproviders Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,10 @@ def get_datafiles(self, url: str) -> List[dict]:
137
137
- /citation: https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/TJCLKP
138
138
- /dataset.xhtml: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/TJCLKP
139
139
140
- Supports the following *file* URL styles:
140
+ Supports the following *file* URL styles (entire dataset file belongs to will be fetched) :
141
141
- /api/access/datafile: https://dataverse.harvard.edu/api/access/datafile/3323458
142
-
143
- Supports a subset of the following *file* URL styles:
144
142
- /file.xhtml: https://dataverse.harvard.edu/file.xhtml?persistentId=doi:10.7910/DVN/6ZXAGT/3YRRYJ
143
+ - /citation: https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/6ZXAGT/3YRRYJ
145
144
146
145
If a URL can not be parsed, throw an exception
147
146
"""
You can’t perform that action at this time.
0 commit comments