Skip to content

Instantly share code, notes, and snippets.

@texora
Created December 5, 2020 19:47
Show Gist options
  • Save texora/0d522b56901950d350de3e275000f7aa to your computer and use it in GitHub Desktop.
Save texora/0d522b56901950d350de3e275000f7aa to your computer and use it in GitHub Desktop.
Get youtube-dl latest release version
curl -s https://api.github.com/repos/ytdl-org/youtube-dl/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment