Python3 unquote URL one-liner Mar 17, 2021 pgk | Python3, One-Liners python3 -c 'from urllib.parse import unquote; print(unquote(input("> enter URL to decode: ")))'