Skip to content

Instantly share code, notes, and snippets.

@ryo1kato
Created April 6, 2012 02:08
Show Gist options
  • Save ryo1kato/2316016 to your computer and use it in GitHub Desktop.
Save ryo1kato/2316016 to your computer and use it in GitHub Desktop.
decode % encoded URL
#!/usr/bin/python
import sys
import urllib
print urllib.unquote_plus(sys.argv[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment