Unescape Python URL - https://stackoverflow.com/questions/8136788/decode-escaped-characters-in-urlarrow-up-right
# Python 2 urllib.unquote(url) # Python 3 urllib.parse.unquote(url)
Last updated 6 years ago