Skip to content

Instantly share code, notes, and snippets.

@nijave
Created May 31, 2023 12:25
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 nijave/882cc65ea9e27ece90936ac55d90e40f to your computer and use it in GitHub Desktop.
Save nijave/882cc65ea9e27ece90936ac55d90e40f to your computer and use it in GitHub Desktop.
python3 -c '
import json
import sys
from urllib.parse import urlparse, parse_qs
print(json.dumps(parse_qs(urlparse(sys.argv[1]).query)))
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment