Skip to content

Instantly share code, notes, and snippets.

@moshfeu
Created September 8, 2019 14:33
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 moshfeu/4bca26f5f68612f5d3394e527451cce5 to your computer and use it in GitHub Desktop.
Save moshfeu/4bca26f5f68612f5d3394e527451cce5 to your computer and use it in GitHub Desktop.
Get the most quality downloadable video url in youtube
// run it in the console
JSON.parse(ytplayer.config.args.player_response).streamingData.formats.sort((a, b) => a.width - b.width).pop().url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment