Python3 unquote URL one-liner notes, one-liners, python, python3 March 17, 2021 1 Minute python3 -c ‘from urllib.parse import unquote; print(unquote(input(“> enter URL to decode: “)))’ Share this:TwitterFacebookLike this:Like Loading... Related Published by View all posts by Published March 17, 2021