diff --git a/datahugger/services.py b/datahugger/services.py index 5f10f42..5844649 100644 --- a/datahugger/services.py +++ b/datahugger/services.py @@ -350,7 +350,7 @@ class ZenodoDataset(DatasetDownloader): For Zenodo records, new versions have new identifiers. """ - REGEXP_ID = r"zenodo\.org\/record\/(?P\d+).*" + REGEXP_ID = r"zenodo\.org\/record(s*)\/(?P\d+).*" # the base entry point of the REST API API_URL = "https://zenodo.org/api/"