Skip to content

Instantly share code, notes, and snippets.

@kimtree
Last active April 16, 2019 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimtree/1404d8ede8e2d565c9dc36525bd482c3 to your computer and use it in GitHub Desktop.
Save kimtree/1404d8ede8e2d565c9dc36525bd482c3 to your computer and use it in GitHub Desktop.
from urllib.parse import urlparse
o = urlparse('http://bing.com/search?q=[%temp%]&abc=what&this=that')
print(urllib.parse.parse_qs(o.query))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment