Created
September 8, 2019 14:33
-
-
Save moshfeu/4bca26f5f68612f5d3394e527451cce5 to your computer and use it in GitHub Desktop.
Get the most quality downloadable video url in youtube
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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