I have a website looks like this:
http://abc.com/hsdl-3201%23008-lite-on-12275800/hsdl-3201%23008-lite-on-12275800
Clearly, because there are some weird characters that don't fit into the URL format and they have been encoded into %20 like characters.. I am wondering how could I easily decode that back to python string that contains the original character.
Thanks.