Skip to content

Instantly share code, notes, and snippets.

@T1T4N
Created September 11, 2022 11:28
Show Gist options
  • Save T1T4N/3df6b767a3321d4ce75cb2e2fd59ee54 to your computer and use it in GitHub Desktop.
Save T1T4N/3df6b767a3321d4ce75cb2e2fd59ee54 to your computer and use it in GitHub Desktop.
# borrowed from https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/jsinterp.py
pairs = dict(zip(*zip('()', '{}', '[]')))
#{
# '(': ')',
# '{': '}',
# '[': ']'
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment