Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dustinbutterworth/0b0db9f08c241aa783eb96a2e8b08634 to your computer and use it in GitHub Desktop.
Save dustinbutterworth/0b0db9f08c241aa783eb96a2e8b08634 to your computer and use it in GitHub Desktop.
Youtube Downloader
# 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