Skip to content

Instantly share code, notes, and snippets.

@cesarkawakami
Created June 25, 2013 03:46
Show Gist options
  • Save cesarkawakami/5855781 to your computer and use it in GitHub Desktop.
Save cesarkawakami/5855781 to your computer and use it in GitHub Desktop.
>>> import urlparse
>>> urlparse.parse_qs("mp3=http%3A//hwzhiyin.com/uploadfile/1369168835.mp3&loop=1&autoplay=1")
{'mp3': ['http://hwzhiyin.com/uploadfile/1369168835.mp3'], 'loop': ['1'], 'autoplay': ['1']}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment