A cli for downloading youtube videos
brew install harrybrwn/tap/yt
snap install go-yt
alias yt=go-yt
go install github.com/harrybrwn/yt
yt video https://www.youtube.com/watch?v=1234
yt video 1234 # same result with the same video id
source <(yt completion zsh)
compdef _yt yt
source <(yt completion bash)