astropy.utils
Recursively unescape a given URL.
Note
‘&&’ becomes a single ‘&’.
python:str
bytes
URL to unescape.
Unescaped URL.