Created
October 25, 2020 23:42
-
-
Save dustinbutterworth/0b0db9f08c241aa783eb96a2e8b08634 to your computer and use it in GitHub Desktop.
Youtube Downloader
This file contains hidden or 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
| # Credit to @leo60228 | |
| curl <YouTube URL> | grep -Po 'y.*g = \K\{.+?}(?=;y)' | jq -r '.args.player_response | fromjson | .streamingData.formats | max_by(.bitrate) | .url' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment