mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-03 16:32:54 +01:00
8472f27ec5
GitOrigin-RevId: ddf02e70d2827c048db49b687ebbcdcc67807ca6
6 lines
90 B
Python
6 lines
90 B
Python
from urllib.parse import unquote
|
|
|
|
|
|
def canonize_doi(doi):
|
|
return unquote(doi.lower())
|