doi

A collection of funcitons handling DOI-s

papget.doi.resolve_doi(url, browser=None)[source]

Get target url from DOI

Parameters:
Returns:

Target of DOI

Return type:

str

Example

>>> resolve_doi('https://doi.org/10.1109/5.771073')
'https://ieeexplore.ieee.org/document/771073/'