Skip to content

Commit

Permalink
Add support for handle.net urls
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Aug 20, 2023
1 parent cfec364 commit 464d3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahugger/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from datahugger.utils import get_re3data_repositories
from datahugger.utils import get_re3data_repository

URL_RESOLVE = ["doi.org"]
URL_RESOLVE = ["doi.org", "hdl.handle.net"]

# fast lookup
SERVICES_NETLOC = {
Expand Down

0 comments on commit 464d3ab

Please sign in to comment.