Last updated 5 years ago
Unescape Python URL -
# Python 2 urllib.unquote(url) # Python 3 urllib.parse.unquote(url)