Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 942 Bytes

File metadata and controls

41 lines (35 loc) · 942 Bytes

yt

Build Status codecov Go Report Card GoDoc

A cli for downloading youtube videos

Installation

Homebrew

brew install harrybrwn/tap/yt

Snap

snap install go-yt
alias yt=go-yt

With Go

go install github.com/harrybrwn/yt

Examples

yt video https://www.youtube.com/watch?v=1234
yt video 1234 # same result with the same video id

Completion

zsh

source <(yt completion zsh)
compdef _yt yt

bash

source <(yt completion bash)