Skip to content

Commit

Permalink
Expend support for Dataverse repositories via regexp lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Aug 20, 2023
1 parent cfec364 commit e24064f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datahugger/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
SERVICES_NETLOC_REGEXP = {
r".*\/articles\/.*\/.*\/\d+": FigShareDataset,
r".*\/handle\/\d+\/\d+": DSpaceDataset,
r".*\/dataset\.xhtml\?persistentId\=.*": DataverseDataset,
}

# add keys in lower-case for fast case-insensitive lookups
Expand Down

0 comments on commit e24064f

Please sign in to comment.